1
0
forked from GitHub/gf-rgl

utf8 workaround; some restricted inheritances

This commit is contained in:
aarne
2006-06-22 09:41:26 +00:00
parent fe6e3f4879
commit 05688d59bf
9 changed files with 9 additions and 8 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 ;