*** 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

@@ -12,7 +12,7 @@ PP = {s : Str};
P = {s : Str};
lin
cyclic x = x;
-- cyclic x = x;
mkS x y = {s = x.s ++ y.s};
mkVP x y = {s = x.s ++ y.s};
mkNP1 x y = {s = x.s ! y.g ++ y.s ! x.n};