Skip to content

Commit

Permalink
Extra parentheses needed in argument of a prefix notation at level 0.
Browse files Browse the repository at this point in the history
  • Loading branch information
herbelin committed Oct 29, 2023
1 parent 3edcc3a commit 01f334c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Instance/Cones/Limit.v
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Program Definition Limit_Cones `(F : J ⟶ C) `{T : @Terminal (Cones F)} :
Limit F := {|
limit_cone := @terminal_obj _ T;
ump_limits := fun N =>
{| unique_obj := `1 @one _ T N
; unique_property := `2 @one _ T N
{| unique_obj := `1 (@one _ T N)
; unique_property := `2 (@one _ T N)
; uniqueness := fun v H => @one_unique _ T N (@one _ T N) (v; H) |}
|}.

0 comments on commit 01f334c

Please sign in to comment.