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

@@ -55,7 +55,6 @@ concrete NounEng of Noun = CatEng ** open ResEng, Prelude in {
} ;
RelCN cn rs = {s = \\n,c => cn.s ! n ! c ++ rs.s ! {n = n ; p = P3}} ;
SentCN cn s = {s = \\n,c => cn.s ! n ! c ++ conjThat ++ s.s} ;
QuestCN cn qs = {s = \\n,c => cn.s ! n ! c ++ qs.s ! QIndir} ;
SentCN cn sc = {s = \\n,c => cn.s ! n ! c ++ sc.s} ;
}