fixes in French morpho quiz grammar

This commit is contained in:
aarne
2010-09-28 16:52:48 +00:00
parent 31d0e84617
commit d85c491451
3 changed files with 5 additions and 4 deletions

View File

@@ -9,13 +9,13 @@ lincat
TMood, Number, Person, NumPersI, Gender, Mood = Str ;
lin
DAll w = w ++ ":" ++ "la conjugaison" ;
-- DAll w = w ++ ":" ++ "la conjugaison" ;
DForm w f = w ++ ":" ++ f ;
VInfin = "infinitif" ;
VFin m n p = m ++ n ++ p ;
VImper np = "imparfait" ++ np ;
VImper np = "impératif" ++ np ;
VPart g n = "participe passé" ++ g ++ n ;
VGer = "participe présent" ;