more test/srg to examples/test/srg

This commit is contained in:
krasimir
2008-10-20 11:11:59 +00:00
parent 31ccbdb34c
commit 14cd21db6d
6 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
cat S;
fun f : S;
lin f = { s = variants {"a"; "b"} ++ variants {"c"; "d"} ++ variants {"e"; "f"} ++ variants { "g";"h";} } ;