Skip to content

Commit

Permalink
forgot to add syntax level
Browse files Browse the repository at this point in the history
  • Loading branch information
bond15 committed May 25, 2024
1 parent 20830c0 commit b368f01
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cubical/Categories/Bifunctor/Base.agda
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ infix 30 _⟪_⟫l
infix 30 _⟪_⟫r
-- same infix level as on objects since these will
-- never be used in the same context
infix 30 _⟪_,_⟫lr
-- same infix level as on objects since these will
-- never be used in the same context
_⟪_⟫l : (F : Bifunctor C D E)
{c c' d}
C [ c , c' ]
Expand Down

0 comments on commit b368f01

Please sign in to comment.