1
0
forked from GitHub/gf-rgl

working on questions

This commit is contained in:
aarne
2005-11-28 15:00:52 +00:00
parent 6f3e07a4a2
commit af2b465c8a
5 changed files with 59 additions and 10 deletions

View File

@@ -11,7 +11,7 @@ abstract Question = Cat, Sentence ** {
FunIP : N2 -> IP -> IP ;
AdvIP : IP -> Adv -> IP ;
IDetCN : IDet -> Num -> IP ;
IDetCN : IDet -> Num -> CN -> IP ;
}