1
0
forked from GitHub/gf-rgl

questions and transfer in shell state

This commit is contained in:
aarne
2005-11-25 17:40:51 +00:00
parent a2ef232f2f
commit 9e8de44fa9
14 changed files with 110 additions and 22 deletions

View 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 ;
}