Skip to content

Commit

Permalink
fix order of directives
Browse files Browse the repository at this point in the history
  • Loading branch information
ybertot committed Mar 29, 2022
1 parent e8dc629 commit a1609c6
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions _CoqProject
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
-R theories fourcolor
-arg -w -arg -notation-overridden
-arg -w -arg -ambiguous-paths
-arg -w -arg -redundant-canonical-projection
-arg -w -arg -deprecated-hint-without-locality
-arg -w -arg -deprecated-instance-without-locality

theories/real.v
theories/realsyntax.v
theories/realprop.v
Expand Down Expand Up @@ -121,10 +125,3 @@ theories/reducibility.v
theories/combinatorial4ct.v
theories/fourcolor.v

-R theories fourcolor
-arg -w -arg -notation-overridden
-arg -w -arg -ambiguous-paths
-arg -w -arg -redundant-canonical-projection
-arg -w -arg -deprecated-hint-without-locality
-arg -w -arg -deprecated-instance-without-locality

0 comments on commit a1609c6

Please sign in to comment.