1
0
forked from GitHub/gf-core

discourse devices for English

This commit is contained in:
aarne
2011-02-09 22:57:27 +00:00
parent 78741bd973
commit 3b713801ad
5 changed files with 26 additions and 1 deletions

View File

@@ -1366,6 +1366,8 @@ incomplete resource Constructors = open Grammar in { --%
= \a,p -> TUseRCl TPres a p ; --%
mkRS : (Tense) -> (Ant) -> (Pol) -> RCl -> RS -- that wouldn't have slept
= TUseRCl ; --%
mkRS : Temp -> (Pol) -> RCl -> RS -- that wouldn't have slept
= UseRCl ; --%
mkRS : Conj -> RS -> RS -> RS -- who sleeps and whose mother runsx
= \c,x,y -> ConjRS c (BaseRS x y) ; --%
mkRS : Conj -> ListRS -> RS -- who sleeps, whom I see and who sleeps --: