mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-17 08:49:31 -06:00
14 lines
191 B
Plaintext
14 lines
191 B
Plaintext
abstract Relative = Cat ** {
|
|
|
|
fun
|
|
|
|
RelCl : Cl -> RCl ;
|
|
RelVP : RP -> VP -> RCl ;
|
|
RelSlash : RP -> Slash -> RCl ;
|
|
|
|
FunRP : Prep -> NP -> RP -> RP ;
|
|
IdRP : RP ;
|
|
|
|
}
|
|
|