File tree Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
- OCAMLBUILD = ocamlbuild -tag safe_string -libs unix -I shims
1
+ OCAMLBUILD = ocamlbuild -tag safe_string -pkg unix -I shims
2
2
3
3
default : Makefile.coq
4
4
$(MAKE ) -f Makefile.coq
Original file line number Diff line number Diff line change 6
6
-arg -w -arg -projection-no-head-constant
7
7
-arg -w -arg -duplicate-clear
8
8
-arg -w -arg -notation-incompatible-format
9
- -arg -w -arg -deprecated-hint-without-locality
10
9
11
10
theories/Core/State.v
12
11
theories/Core/Freshness.v
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Unset Printing Implicit Defensive.
12
12
Structure prog (W : world) A (this : nid) :=
13
13
Prog {
14
14
set_of : proc this W A -> Prop ;
15
- (* Unifinshed is a bottom element that should be present *)
15
+ (* Unfinished is a bottom element that should be present *)
16
16
_ : set_of Unfinished
17
17
}.
18
18
@@ -441,7 +441,7 @@ Lemma conseq_refl (W : world) A this (e : DT this W A) :
441
441
conseq e (spec_of e).
442
442
Proof . by case: e; case=>p q [T H i] /= Hp C t; apply: H. Qed .
443
443
444
- Hint Resolve conseq_refl : core.
444
+ #[export] Hint Resolve conseq_refl : core.
445
445
446
446
447
447
(* Weakening the specifications *)
Original file line number Diff line number Diff line change 8
8
-w -local-declaration
9
9
-w -duplicate-clear
10
10
-w -redundant-canonical-projection
11
- -w -projection-no-head-constant
12
- -w -deprecated-hint-without-locality))
11
+ -w -projection-no-head-constant))
You can’t perform that action at this time.
0 commit comments