Skip to content

Commit

Permalink
fix compatibility with Coq 8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
palmskog committed Oct 4, 2019
1 parent 8f13f3b commit f74852f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion _CoqProject
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
-Q coq/Algorithms Chapar
-Q coq/Examples Chapar

-arg -w -arg extraction-axiom-to-realize
-arg -w -arg -extraction-axiom-to-realize

coq/Lib/extralib.v
coq/Lib/Predefs.v
Expand Down
1 change: 0 additions & 1 deletion coq/Examples/Clients.v
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ Module Clients (AlgDef: AlgDef) (Parametric: Parametric AlgDef) (CauseObl: Cause
End AECarrier.

Module Import RAS:= ReflAbsSem SyntaxArg AECarrier.
Declare Scope Prog.
Delimit Scope Prog with Prog.
Bind Scope Prog with Prog.
Bind Scope Prog with PProg.
Expand Down
1 change: 0 additions & 1 deletion coq/Examples/ListClient.v
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ Module ListClient (AlgDef: AlgDef) (Parametric: Parametric AlgDef) (CauseObl: Ca
End AECarrier.

Module Import RAS:= ReflAbsSem SyntaxArg AECarrier.
Declare Scope Prog.
Delimit Scope Prog with Prog.
Bind Scope Prog with Prog.
Bind Scope Prog with PProg.
Expand Down

0 comments on commit f74852f

Please sign in to comment.