mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-21 17:12:50 -06:00
IP now depends on the Case, i.e. koi/kogo
This commit is contained in:
@@ -420,9 +420,12 @@ resource ResBul = ParamX ** open Prelude in {
|
||||
DNeutDef => addDef dve
|
||||
} ;
|
||||
|
||||
mkIP : Str -> GenNum -> {s : Str ; gn : GenNum} =
|
||||
\s,gn -> {
|
||||
s = s ;
|
||||
mkIP : Str -> Str -> GenNum -> {s : Case => Str ; gn : GenNum} =
|
||||
\koi,kogo,gn -> {
|
||||
s = table {
|
||||
Nom => koi ;
|
||||
Acc => kogo
|
||||
} ;
|
||||
gn = gn
|
||||
} ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user