We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f04f08e commit 2544eb6Copy full SHA for 2544eb6
tests/test_detcheck.v
@@ -0,0 +1,17 @@
1
+From elpi Require Import elpi.
2
+
3
+Elpi Command test.
4
+Elpi Db foo lp:{{/*(*/
5
+ pred test o:pstring.
6
+/*)*/}}.
7
+Elpi File buggy_inline lp:{{/*(*/
8
+kind f type -> type.
9
+kind s type.
10
+typeabbrev pstring (f s).
11
12
+Elpi Accumulate foo File buggy_inline.
13
+Elpi Accumulate Db foo.
14
+Elpi Query lp:{{/*(*/
15
+ coq.string->pstring "x" Primx,
16
+ coq.elpi.accumulate _ "foo" (clause _ _ (test Primx)).
17
0 commit comments