Added guarded test

This commit is contained in:
Devine Lu Linvega 2024-04-15 20:58:16 -07:00
parent 10aa9c8e46
commit b61172d52e
1 changed files with 6 additions and 0 deletions

View File

@ -41,6 +41,12 @@ compare (abc abc abc) (#t) test
replace-empty abc = ?y test replace-empty abc = ?y test
?(?-) (Guards setups)
<> (join (String ?x) (String ?y)) ((?x ?y) =)
join (String abc) (String def) (abc def) test
?(?-) (Lambdas) ?(?-) (Lambdas)
?((?x) ((?x ?x) =)) abc (abc abc) test ?((?x) ((?x ?x) =)) abc (abc abc) test