*** empty log message ***

This commit is contained in:
peb
2004-06-18 14:23:15 +00:00
parent 22613ceb37
commit 1efb265000
6 changed files with 14 additions and 17 deletions

View File

@@ -27,7 +27,8 @@ concrete TestVars of TestVarsA = open TestVarsR in {
lincat S = { s : Str };
lin
--s = { s = variants { "a" ; "b" ; "c" } };
e = { s = variants { "e" ; "f" } };
--e = { s = variants { "e" ; "f" } };
e = { s = "e" };
ee x = { s = x.s ++ x.s };
f = { s = "g" };
ff x = { s = "e" ++ x.s };