Possessive constructor in Romance: un-record arguments to work around a PGF bug

This commit is contained in:
aarne
2008-09-09 13:11:08 +00:00
parent 2064371ff2
commit 4784391969
7 changed files with 18 additions and 18 deletions

View File

@@ -28,7 +28,7 @@ oper
npform2case : NPForm -> Case = \p -> case p of {
Ton x => x ;
Poss _ => genitive ;
Poss _ _ => genitive ;
Aton x => x
} ;