mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-25 19:16:28 -06:00
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
|
||||
in table {
|
||||
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
|
||||
}
|
||||
} ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user