mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-26 19:28:54 -06:00
Fixed bug in russian regular compartives. Predef.tk/dp have *really* confusing names, I don't think I ever got it right on the first try.
This commit is contained in:
@@ -383,7 +383,7 @@ foreign = Foreign; -- +++ MG_UR: added +++
|
|||||||
} ;
|
} ;
|
||||||
|
|
||||||
mk1A : Str -> A = \positive ->
|
mk1A : Str -> A = \positive ->
|
||||||
let stem = Predef.dp 2 positive in mk2A positive (stem+"ее") ;
|
let stem = Predef.tk 2 positive in mk2A positive (stem+"ее") ;
|
||||||
|
|
||||||
mk2A : Str -> Str -> A = \positive, comparative ->
|
mk2A : Str -> Str -> A = \positive, comparative ->
|
||||||
case positive of {
|
case positive of {
|
||||||
|
|||||||
Reference in New Issue
Block a user