PossNP in Dut

This commit is contained in:
aarne
2014-11-20 21:37:11 +00:00
parent e449059aea
commit 5b785bfebd

View File

@@ -179,4 +179,9 @@ concrete NounDut of Noun = CatDut ** open ResDut, Prelude in {
isMod = cn.isMod
} ;
PossNP cn np = {
s = \\a,nc => cn.s ! a ! nc ++ "van" ++ np.s ! NPNom ;
g = cn.g
} ;
}