Skip to content

Commit af182c0

Browse files
authored
Merge pull request #118 from gares/elpi-3.0
Adapt to rocq-prover/rocq#20887 (elpi 3.0)
2 parents 9d17d45 + ed7adf5 commit af182c0

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Make

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ theories/ring.v
55
-R theories mathcomp.algebra_tactics
66
-arg -w -arg -notation-overridden
77
-arg -w -arg +elpi.typecheck
8+
-arg -w -arg -elpi.typecheck-syntax # remove `Elpi Typecheck`, automatic with elpi 3
9+
-arg -w -arg -elpi.flex-clause # use `X =!=> ...` instead if X is a rule for a function

_CoqProject

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
-R theories mathcomp.algebra_tactics
22
-arg -w -arg -notation-overridden
33
-arg -w -arg +elpi.typecheck
4+
-arg -w -arg -elpi.typecheck-syntax # remove `Elpi Typecheck`, automatic with elpi 3
5+
-arg -w -arg -elpi.flex-clause # use `X =!=> ...` instead if X is a rule for a function

0 commit comments

Comments
 (0)