added to Romance the constructs missing for Query

This commit is contained in:
aarne
2010-12-16 15:52:29 +00:00
parent 1d644bf469
commit dd48c035ab
5 changed files with 32 additions and 13 deletions

View File

@@ -56,4 +56,10 @@ incomplete concrete AdjectiveRomance of Adjective =
isPre = False ---- A2 has no isPre
} ;
AdvAP ap adv = {
s = \\a => ap.s ! a ++ adv.s ;
isPre = False
} ;
}