mirror of
https://github.com/hatoo/egglog-language-server.git
synced 2025-08-04 17:08:42 +00:00
pack ok
This commit is contained in:
parent
84bbd1a1dd
commit
21983cee78
3 changed files with 3 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -3,3 +3,5 @@
|
|||
# Added by cargo
|
||||
|
||||
/target
|
||||
|
||||
*.vsix
|
1
.vscodeignore
Normal file
1
.vscodeignore
Normal file
|
@ -0,0 +1 @@
|
|||
target
|
|
@ -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)))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue