mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-29 04:38:55 -06:00
Possessive constructor in Romance: un-record arguments to work around a PGF bug
This commit is contained in:
@@ -28,7 +28,7 @@ oper
|
||||
|
||||
npform2case : NPForm -> Case = \p -> case p of {
|
||||
Ton x => x ;
|
||||
Poss _ => genitive ;
|
||||
Poss _ _ => genitive ;
|
||||
Aton x => x
|
||||
} ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user