ExtendAra: quick and dirty PassVPSlash and CompoundN, to be revisited

This commit is contained in:
aarneranta
2024-02-08 10:39:30 +01:00
parent ea2dfb28b0
commit 5bdd45a8be
2 changed files with 16 additions and 2 deletions
+1 -1
View File
@@ -130,6 +130,6 @@ concrete VerbAra of Verb = CatAra ** open Prelude, ResAra, ParamX in {
CompNP np = {s = \\_,_ => [] ;
obj = {s = np.s ! Nom ; a = agrLite np.a} ;
isNP = True} ;
--
--
}