More srg test cases.

This commit is contained in:
bringert
2007-03-24 15:34:33 +00:00
parent e52adbde2e
commit 407b4bea9c
3 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
cat S; E;
fun s : S ;
fun es : E -> S -> S ;
fun e : E ;
lin s = { s = "s" } ;
lin es e s = { s = e.s ++ s.s } ;
lin e = { s = [] } ;