forked from GitHub/gf-rgl
9 lines
248 B
Plaintext
9 lines
248 B
Plaintext
abstract ExtraRomanceAbs = Cat, Extra[
|
|
VPI,ListVPI,BaseVPI,ConsVPI,MkVPI,ComplVPIVV,ConjVPI,
|
|
VV,VP,Conj,Pron,ProDrop,CompIQuant,IQuant,IComp] ** {
|
|
|
|
fun
|
|
TPasseSimple : Tense ; --# notpresent
|
|
ComplCN : V2 -> CN -> VP ; -- j'ai soif
|
|
}
|