mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 17:08:54 -06:00
(Som) fix bug in pot3: retain hundred when adding thousand
This commit is contained in:
@@ -102,7 +102,7 @@ lin pot2plus d e = d ** {
|
|||||||
n = Pl} ;
|
n = Pl} ;
|
||||||
lin pot2as3 n = n ;
|
lin pot2as3 n = n ;
|
||||||
lin pot3 n = n ** {
|
lin pot3 n = n ** {
|
||||||
thousand = "kun" ;
|
thousand = n.thousand ++ "kun" ;
|
||||||
ord = n.s ! Kow ++ "kunaad" ;
|
ord = n.s ! Kow ++ "kunaad" ;
|
||||||
--da = M KA ; -- TODO check
|
--da = M KA ; -- TODO check
|
||||||
n = Pl } ;
|
n = Pl } ;
|
||||||
|
|||||||
Reference in New Issue
Block a user