Found issue with trailing paren

This commit is contained in:
Devine Lu Linvega 2024-04-06 20:22:46 -07:00
parent e6e2188797
commit 1b8745c853
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
<> ((eval ?x)) (?x)
<> (?x (?y ?z) extract) (?y ?z extract)
<> (?x ?y extract) (?y extract)
(eval (<> (join (?x) (?y)) (?x ?y)))
(join (foo) (bar))
(cow (owl (bat (cat (dog)))) extract)