forked from GitHub/gf-core
rearranging resource-1.0
This commit is contained in:
13
lib/resource-1.0/abstract/Relative.gf
Normal file
13
lib/resource-1.0/abstract/Relative.gf
Normal file
@@ -0,0 +1,13 @@
|
||||
abstract Relative = Cat ** {
|
||||
|
||||
fun
|
||||
|
||||
RelCl : Cl -> RCl ;
|
||||
RelVP : RP -> VP -> RCl ;
|
||||
RelSlash : RP -> Slash -> RCl ;
|
||||
|
||||
FunRP : Prep -> NP -> RP -> RP ;
|
||||
IdRP : RP ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user