Skip to content

Commit 2544eb6

Browse files
committed
test
1 parent f04f08e commit 2544eb6

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

tests/test_detcheck.v

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)