fix minor fixes for Malay RGL

This commit is contained in:
Meowyam
2022-01-20 12:24:51 +08:00
parent f0b5a89fd4
commit 049bd8943e
5 changed files with 5 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ concrete AdjectiveMay of Adjective = CatMay ** open ResMay, Prelude in {
-- : A -> AP ;
PositA a = a ** {
compar = a.s ;
compar = [] ;
} ;
-- : A -> NP -> AP ;

View File

@@ -3,4 +3,6 @@
concrete AllMay of AllMayAbs =
LangMay,
ExtendMay
** {} ;
** {
lin sing_V2 = mkV2 "nyanyi" ;
} ;

View File

@@ -324,7 +324,6 @@ lin sell_V3 = mkV3 (mkV "jual" Meng) emptyPrep emptyPrep ; -- TODO
-- lin short_A = mkA "" ;
-- lin silver_N = mkN "" ;
lin sing_V = mkV "nyanyi" ;
lin sing_V2 = mkV2 "nyanyi" ;
-- lin sister_N = mkN "" ;
-- lin sit_V = mkV "" ;
-- lin skin_N = mkN "" ;