a couple of fixes in Ger

This commit is contained in:
aarne
2013-04-05 08:38:13 +00:00
parent 6ee959de86
commit d6cfd33c16
4 changed files with 12 additions and 6 deletions

View File

@@ -195,4 +195,9 @@ concrete NounGer of Noun = CatGer ** open ResGer, MorphoGer, Prelude in {
isMod = cn.isMod
} ;
PossNP cn np = {
s = \\a,n,c => cn.s ! a ! n ! c ++ np.s ! NPP CVonDat ;
g = cn.g
} ;
}