Added guarded test
This commit is contained in:
parent
10aa9c8e46
commit
b61172d52e
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue