forked from GitHub/gf-core
bugfix in ParadigmsSlv.gf
This commit is contained in:
@@ -15,7 +15,7 @@ oper
|
|||||||
neuter = Neut;
|
neuter = Neut;
|
||||||
|
|
||||||
mkN : (_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_ : Str) -> Gender -> N =
|
mkN : (_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_ : Str) -> Gender -> N =
|
||||||
\nomsg,nomdl,nompl,gensg,gendl,genpl,datsg,datdl,datpl,accsg,accdl,accpl,locsg,locdl,locpl,instrsg,instrdl,instrpl,g -> lin N {
|
\nomsg,gensg,datsg,accsg,locsg,instrsg,nomdl,gendl,datdl,accdl,locdl,instrdl,nompl,genpl,datpl,accpl,locpl,instrpl,g -> lin N {
|
||||||
s = table {
|
s = table {
|
||||||
Nom => table {Sg=>nomsg; Dl=>nomdl; Pl=>nompl};
|
Nom => table {Sg=>nomsg; Dl=>nomdl; Pl=>nompl};
|
||||||
Gen => table {Sg=>gensg; Dl=>gendl; Pl=>genpl};
|
Gen => table {Sg=>gensg; Dl=>gendl; Pl=>genpl};
|
||||||
|
|||||||
Reference in New Issue
Block a user