1
0
forked from GitHub/gf-rgl

fix minor fixes for Malay RGL

This commit is contained in:
Meowyam
2022-01-20 12:24:51 +08:00
committed by Inari Listenmaa
parent bf0e3a58dd
commit 021e6e6509
5 changed files with 5 additions and 5 deletions

View File

@@ -56,7 +56,7 @@ concrete NounEng of Noun = CatEng ** open MorphoEng, ResEng, Prelude in {
DetNP det = {
-- s = case det.hasNum of {True => \\_ => det.s ; _ => \\c => det.sp ! c} ;
s = \\c => det.sp ! Neutr ! False ! c ++ "whatevr" ;
s = \\c => det.sp ! Neutr ! False ! c ;
a = agrP3 det.n
} ;