mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 08:58:55 -06:00
added ParadigmsFin.invarA, not shown in the API
This commit is contained in:
@@ -635,6 +635,9 @@ mkVS = overload {
|
||||
ukon ++ ukkoja ++ ukkoa)
|
||||
} ;
|
||||
|
||||
--- this is a paradigm hidden from the API. It should not be used without caution
|
||||
invarN : Str -> N = \s -> <lin N {s = \\_ => s ; h = Back} : N> ;
|
||||
|
||||
mkN2 = overload {
|
||||
mkN2 : N -> N2 = \n -> mmkN2 n (casePrep genitive) ;
|
||||
mkN2 : N -> Prep -> N2 = mmkN2
|
||||
|
||||
Reference in New Issue
Block a user