coercions from special categories in Construction to N and PN

This commit is contained in:
aarne
2014-06-18 06:29:34 +00:00
parent 99321ad0d3
commit ad519cd44a
7 changed files with 52 additions and 7 deletions

View File

@@ -66,5 +66,11 @@ lin
lincat Language = PN ;
lin InLanguage l = SyntaxGer.mkAdv on_Prep (mkNP l) ;
lin
weekdayN w = w ;
monthN m = m ;
languagePN l = l ;
}