mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
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