1
0
forked from GitHub/gf-core

remove some more independent keywords from Romanian and import the right version of NumeralRon.gf

This commit is contained in:
krasimir
2009-09-14 07:49:08 +00:00
parent 18d01be869
commit 4ef98f44d2
6 changed files with 126 additions and 128 deletions

View File

@@ -1,4 +1,4 @@
incomplete concrete AdjectiveRon of Adjective =
concrete AdjectiveRon of Adjective =
CatRon ** open ResRon, Prelude in {
lin
@@ -8,7 +8,7 @@ incomplete concrete AdjectiveRon of Adjective =
isPre = a.isPre
} ;
ComparA a np = {
s = \\af => more_CAdv.s ++ a.s ! af ++ conjThan ++ (np.s ! Ac).comp ;
s = \\af => "mai" ++ a.s ! af ++ conjThan ++ (np.s ! Ac).comp ;
isPre = False
} ;
@@ -21,7 +21,7 @@ incomplete concrete AdjectiveRon of Adjective =
} ;
UseComparA a = {
s = \\af => more_CAdv.s ++ a.s ! af ;
s = \\af => "mai" ++ a.s ! af ;
isPre = False
} ;