tense update for lib/resource/english

This commit is contained in:
aarne
2005-01-30 14:45:01 +00:00
parent 1a98f294ea
commit 039de90677
16 changed files with 345 additions and 377 deletions

View File

@@ -124,10 +124,11 @@ instance SyntaxNor of SyntaxScand = TypesNor **
_ => "seg"
} ;
progressiveVerbPhrase : VerbPhrase -> VerbGroup =
progressiveVerbPhrase : VerbGroup -> VerbGroup = \verb ->
complVerbVerb
(verbVara **
{s3 = ["ved at"]}
) ;
)
(predVerbGroup True Simul verb) ;
}