import Construction in AllEng

This commit is contained in:
aarne
2013-12-11 09:49:43 +00:00
parent 8b22d10062
commit cc4f37ff92
3 changed files with 3 additions and 3 deletions

View File

@@ -85,7 +85,7 @@ concrete NounFin of Noun = CatFin ** open ResFin, MorphoFin, StemFin, Prelude in
} ;
ExtAdvNP np adv = {
s = \\c => np.s ! c ++ adv.s ;
s = \\c => np.s ! c ++ embedInCommas adv.s ;
a = np.a ;
isPron = np.isPron ; -- minun täällä - ni
isNeg = np.isNeg