add test expr and update gitignore
This commit is contained in:
parent
dde7cfc7a4
commit
d916288565
2 changed files with 2 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
|||
dist-newstyle/
|
||||
.direnv/
|
||||
result
|
||||
|
|
|
|||
1
test.lm
Normal file
1
test.lm
Normal file
|
|
@ -0,0 +1 @@
|
|||
(λx.λy.λz. x z (y z)) (λa.λb. a) (λa.λb. a)
|
||||
Loading…
Add table
Add a link
Reference in a new issue