1
0
forked from GitHub/gf-core

typo in ConstructionFin giving a type error

This commit is contained in:
aarne
2014-06-18 08:17:07 +00:00
parent e5a4a005a5
commit 97b0294208

View File

@@ -70,7 +70,7 @@ lincat Language = PN ;
lin InLanguage l = SyntaxFin.mkAdv (mkPrep translative) (mkNP l) ;
lin
weekdayN w = w ;
weekdayN w = w.noun ;
monthN m = m ;
languagePN l = l ;