This commit is contained in:
hatoo 2023-08-24 14:39:08 +09:00
parent 84bbd1a1dd
commit 21983cee78
3 changed files with 3 additions and 2 deletions

2
.gitignore vendored
View file

@ -3,3 +3,5 @@
# Added by cargo
/target
*.vsix

1
.vscodeignore Normal file
View file

@ -0,0 +1 @@
target

View file

@ -1,7 +1,6 @@
(relation path (i64 i64))
(relation edge (i64 i64))
(rule ((edge x y))
((path x y)))
@ -19,4 +18,3 @@
(print-table path)
(check (path 1 4))
(fail (check (path 4 1)))