Files
gf-core/lib/resource-1.0/gf/Relative.gf
2005-11-29 09:43:20 +00:00

14 lines
201 B
Plaintext

abstract Relative = Cat, Sentence ** {
fun
RelCl : Cl -> RCl ;
RelVP : RP -> VP -> RCl ;
RelSlash : RP -> Slash -> RCl ;
FunRP : Prep -> NP -> RP -> RP ;
IdRP : RP ;
}