diff options
Diffstat (limited to 'examples/phrasebook/SentencesI.gf')
| -rw-r--r-- | examples/phrasebook/SentencesI.gf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/phrasebook/SentencesI.gf b/examples/phrasebook/SentencesI.gf index aaf7bcfa6..9de5b2676 100644 --- a/examples/phrasebook/SentencesI.gf +++ b/examples/phrasebook/SentencesI.gf @@ -113,6 +113,7 @@ incomplete concrete SentencesI of Sentences = Numeral ** NNumeral n = mkCard <lin Numeral n : Numeral> ; AHave p kind = mkCl p.name have_V2 (mkNP kind) ; + AHaveCurr p curr = mkCl p.name have_V2 (mkNP aPl_Det curr) ; ACitizen p n = mkCl p.name n ; ABePlace p place = mkCl p.name place.at ; ByTransp t = t.by ; |
