adding Karin's verb constructions

This commit is contained in:
aarne
2005-01-21 15:04:22 +00:00
parent 70dda5425b
commit 43ab2e2ac2
5 changed files with 63 additions and 7 deletions

View File

@@ -116,4 +116,9 @@ instance SyntaxSwe of SyntaxScand = TypesSwe **
mkDeterminerSgGender3 : Str -> Str -> Str -> SpeciesP -> Determiner = \en,_,ett ->
mkDeterminerSgGender (table {Utr => en ; Neutr => ett}) ;
-- next
adjPastPart : Verb -> Adjective = \verb -> {
s = \\af,c => verb.s1 ++ verb.s ! VI (PtPret af c) --- på slagen
} ;
}