examples/test is moved to testsuite

This commit is contained in:
krasimir
2009-05-20 11:25:00 +00:00
parent 4fcf6bc065
commit 0cb89b2a77
12 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";} } ;