1
0
forked from GitHub/gf-rgl

tense update for lib/resource/english

This commit is contained in:
aarne
2005-01-30 14:45:01 +00:00
parent 7de341f9d9
commit ab1b2e526e
14 changed files with 343 additions and 376 deletions

View File

@@ -130,9 +130,9 @@ instance SyntaxSwe of SyntaxScand = TypesSwe **
_ => "sig"
} ;
progressiveVerbPhrase : VerbPhrase -> VerbGroup =
progressiveVerbPhrase : VerbGroup -> VerbGroup = \verb ->
complVerbVerb
(mkVerb "hålla" "håller" "håll" "höll" "hållit" "hållen" **
{s3 = ["på att"]}
) ;
{s3 = ["på att"]})
(predVerbGroup True Simul verb) ;
}