1
0
forked from GitHub/gf-rgl

working on API documentation

This commit is contained in:
aarne
2006-01-10 20:51:08 +00:00
parent ec6bc9816b
commit 46a4abb45a
34 changed files with 217 additions and 274 deletions

View File

@@ -122,13 +122,8 @@ concrete NounGer of Noun = CatGer ** open ResGer, Prelude in {
} ;
SentCN cn s = {
s = \\a,n,c => cn.s ! a ! n ! c ++ conjThat ++ s.s ! Sub ;
s = \\a,n,c => cn.s ! a ! n ! c ++ s.s ;
g = cn.g
} ;
QuestCN cn qs = {
s = \\a,n,c => cn.s ! a ! n ! c ++ qs.s ! QIndir ;
g = cn.g
} ;
}