Skip to content

Commit 96b4bf6

Browse files
authored
Merge pull request #68 from SimonBoulier/non_maximal_implicit
Adapt to rocq-prover/rocq#11368 (Turn trailing implicit warning into an error)
2 parents 04ab42b + cefa5e1 commit 96b4bf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Test.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ End Lists.
8282

8383
(** Exporting list notations and tactics *)
8484

85-
Arguments nil [A].
85+
Arguments nil {A}.
8686
Infix "::" := cons (at level 60, right associativity) : list_scope.
8787
Infix "++" := app (right associativity, at level 60) : list_scope.
8888

0 commit comments

Comments
 (0)