This commit is contained in:
2026-07-04 20:56:38 -06:00
parent 817b7530c1
commit bf912ec137
5 changed files with 320 additions and 3 deletions
+1 -1
View File
@@ -156,6 +156,6 @@ instance SexpIso Exp where
where
if_ = list $ el (sym "if") >>> el sexpIso >>> el sexpIso >>> el sexpIso
lam = list
( el (sym "lambda")
( el Gyehoek.Sexp.lambdaKeyword
>>> el (sexpIso @(List Name))
>>> el sexpIso )