utf8 workaround; some restricted inheritances

This commit is contained in:
aarne
2006-06-22 09:41:26 +00:00
parent 625d14ada1
commit 47a3d736a6
10 changed files with 11 additions and 9 deletions

View File

@@ -113,6 +113,7 @@ incomplete concrete MultiI of Multi =
ExistNP np = Lang.ExistNP np ** {point = np.point} ;
ExistIP ip = Lang.ExistIP ip ** noPoint ;
ProgrVP vp = Lang.ProgrVP vp ** {point = vp.point} ;
ImpPl1 vp = Lang.ImpPl1 vp ** {point = vp.point} ;
everybody_NP = Lang.everybody_NP ** noPoint ;
everything_NP = Lang.everything_NP ** noPoint ;