diff options
Diffstat (limited to 'examples/phrasebook/SentencesFre.gf')
| -rw-r--r-- | examples/phrasebook/SentencesFre.gf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/phrasebook/SentencesFre.gf b/examples/phrasebook/SentencesFre.gf index 5c9cbb94e..73c4043ec 100644 --- a/examples/phrasebook/SentencesFre.gf +++ b/examples/phrasebook/SentencesFre.gf @@ -1,4 +1,5 @@ concrete SentencesFre of Sentences = NumeralFre ** SentencesI - [ + IsMass, QProp, IFemale, YouFamFemale, YouPolFemale, PYesToNo, @@ -14,6 +15,7 @@ concrete SentencesFre of Sentences = NumeralFre ** SentencesI - [ lincat Superlative = {s : Ord ; isPre : Bool} ; lin + IsMass m q = mkCl (mkNP the_Det m) q ; -- le vin allemand est bon QProp a = lin QS {s = \\_ => (EstcequeS (mkS a)).s} ; IFemale = |
