forked from GitHub/gf-rgl
added ExtraFre.InvQuestIAdvCl
This commit is contained in:
@@ -99,7 +99,14 @@ concrete ExtraFre of ExtraFreAbs = ExtraRomanceFre **
|
|||||||
let cls = cl.s ! DInv ! t ! a ! p
|
let cls = cl.s ! DInv ! t ! a ! p
|
||||||
in table {
|
in table {
|
||||||
QDir => cls ! Indic ;
|
QDir => cls ! Indic ;
|
||||||
QIndir => subjIf ++ cls ! Indic
|
QIndir => subjIf ++ cl.s ! DDir ! t ! a ! p ! Indic
|
||||||
|
}
|
||||||
|
} ;
|
||||||
|
InvQuestIAdvCl iadv cl = {s = \\t,a,p => -- dort-il ?
|
||||||
|
let cls = cl.s ! DInv ! t ! a ! p
|
||||||
|
in table {
|
||||||
|
QDir => iadv.s ++ cls ! Indic ;
|
||||||
|
QIndir => iadv.s ++ cl.s ! DDir ! t ! a ! p ! Indic
|
||||||
}
|
}
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
|
|||||||
@@ -56,6 +56,7 @@ abstract ExtraFreAbs = ExtraRomanceAbs - [ProDrop] ** {
|
|||||||
|
|
||||||
EstcequeQuestCl : Cl -> QCl ; -- est-ce qu'il dort
|
EstcequeQuestCl : Cl -> QCl ; -- est-ce qu'il dort
|
||||||
InvQuestCl : Cl -> QCl ; -- dort-il
|
InvQuestCl : Cl -> QCl ; -- dort-il
|
||||||
|
InvQuestIAdvCl : IAdv -> Cl -> QCl ; -- dort-il
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user