mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-01 07:12:50 -06:00
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