Added tests
This commit is contained in:
parent
2ba7085bfb
commit
b0f9ba84e3
|
@ -86,6 +86,15 @@ abc ?(?x) def = abc (lambda 2) test
|
|||
|
||||
reverse (modal) = ladom (reverse 1) test
|
||||
|
||||
?(?-) (Incomplete definitions)
|
||||
|
||||
<> (incomplete-basic)
|
||||
<> (incomplete-reg ?x)
|
||||
<> (waste-rule) *
|
||||
|
||||
(incomplete-basic) = () (incomplete 1) test
|
||||
(incomplete-reg abcdef) = () (incomplete 2) test
|
||||
|
||||
?(?-) (Inline rules)
|
||||
|
||||
<> ((?x -> ?y)) (<> ?x ?y)
|
||||
|
|
Loading…
Reference in New Issue