forked from GitHub/gf-core
use qualified names in ParadigmsBul to avoid warnings
This commit is contained in:
@@ -1199,10 +1199,10 @@ oper
|
||||
} ;
|
||||
mkN075 : Str -> N ;
|
||||
mkN075 base = let v0 = base
|
||||
in { s = table {
|
||||
in { s = table {
|
||||
NF Sg _ => Prelude.nonExist ;
|
||||
NF Pl Indef => v0 ;
|
||||
NF Pl Def => v0+"ňĺ" ;
|
||||
NF Pl Def => v0+"ňĺ" ;
|
||||
NFSgDefNom => Prelude.nonExist ;
|
||||
NFPlCount => v0 ;
|
||||
NFVocative => v0
|
||||
|
||||
Reference in New Issue
Block a user