forked from GitHub/gf-core
rearranging resource-1.0
This commit is contained in:
16
lib/resource-1.0/abstract/Question.gf
Normal file
16
lib/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