fix A2 to show NP in Malay RGL

This commit is contained in:
Meowyam
2023-03-08 10:07:55 +08:00
parent 9ca05bae95
commit bd23dfa08d
3 changed files with 5 additions and 5 deletions
+1 -3
View File
@@ -20,10 +20,8 @@ concrete AdjectiveMay of Adjective = CatMay ** open ResMay, Prelude in {
} ;
-- : A2 -> NP -> AP ; -- married to her
ComplA2 a2 np = a2 ** {
compl = np.s
} ;
ComplA2 a np = {s = a.s ++ np.s ! Bare} ;
-- : A2 -> AP ; -- married to itself
-- ReflA2 a2 = a2 ** { } ;