mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-07-01 11:38:34 -06:00
ParadigmsFin.exceptPlGenN for special plural genitives
This commit is contained in:
@@ -47,6 +47,13 @@ oper
|
||||
} ;
|
||||
h = noun.h
|
||||
} ;
|
||||
exceptPlGenSNoun : SNoun -> Str -> SNoun = \noun,plgen -> {
|
||||
s = table {
|
||||
NCase Pl Gen => plgen ;
|
||||
f => noun.s ! f
|
||||
} ;
|
||||
h = noun.h
|
||||
} ;
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user