mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-06 21:56:31 -06:00
rearranging resource-1.0
This commit is contained in:
16
resource-1.0/abstract/Question.gf
Normal file
16
resource-1.0/abstract/Question.gf
Normal file
@@ -0,0 +1,16 @@
|
||||
abstract Question = Cat ** {
|
||||
|
||||
fun
|
||||
|
||||
QuestCl : Cl -> QCl ;
|
||||
QuestVP : IP -> VP -> QCl ;
|
||||
QuestSlash : IP -> Slash -> QCl ;
|
||||
QuestIAdv : IAdv -> Cl -> QCl ;
|
||||
|
||||
PrepIP : Prep -> IP -> IAdv ;
|
||||
AdvIP : IP -> Adv -> IP ;
|
||||
|
||||
IDetCN : IDet -> Num -> Ord -> CN -> IP ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user