Expanded tests
This commit is contained in:
parent
45e0df792b
commit
f25d35decf
|
@ -28,6 +28,12 @@ dup (abc) (abc abc) test
|
||||||
swap (abc def) (def abc) test
|
swap (abc def) (def abc) test
|
||||||
compare (abc abc abc) (#t) test
|
compare (abc abc abc) (#t) test
|
||||||
|
|
||||||
|
?(?-) (Empty register replacement)
|
||||||
|
|
||||||
|
<> (replace-empty ?x) (?y)
|
||||||
|
|
||||||
|
replace-empty abc = ?y test
|
||||||
|
|
||||||
?(?-) (Lambdas)
|
?(?-) (Lambdas)
|
||||||
|
|
||||||
?((?x) ((?x ?x) =)) abc (abc abc) test
|
?((?x) ((?x ?x) =)) abc (abc abc) test
|
||||||
|
|
Loading…
Reference in New Issue