mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 08:32:50 -06:00
questions and transfer in shell state
This commit is contained in:
17
lib/resource-1.0/gf/Question.gf
Normal file
17
lib/resource-1.0/gf/Question.gf
Normal file
@@ -0,0 +1,17 @@
|
||||
abstract Question = Cat, Sentence ** {
|
||||
|
||||
fun
|
||||
|
||||
QuestCl : Cl -> QCl ;
|
||||
QuestVP : IP -> VP -> QCl ;
|
||||
QuestSlash : IP -> Slash -> QCl ;
|
||||
QuestIAdv : IAdv -> Cl -> QCl ;
|
||||
|
||||
PrepIP : Prep -> IP -> IAdv ;
|
||||
FunIP : N2 -> IP -> IP ;
|
||||
AdvIP : IP -> Adv -> IP ;
|
||||
|
||||
IDetCN : IDet -> Num -> IP ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user