1
0
forked from GitHub/gf-core

the place of English AdV corrected

This commit is contained in:
aarne
2008-02-21 20:00:17 +00:00
parent 177bd14fef
commit 0f09f6efc5
3 changed files with 21 additions and 24 deletions

View File

@@ -34,13 +34,7 @@ concrete CatEng of Cat = CommonX ** open ResEng, Prelude in {
-- Verb
VP = {
s : ResEng.Tense => Anteriority => CPolarity => Order => Agr => {fin, inf : Str} ;
prp : Str ; -- present participle
inf : Str ; -- infinitive
ad : Str ;
s2 : Agr => Str
} ;
VP = ResEng.VP ;
Comp = {s : Agr => Str} ;