summaryrefslogtreecommitdiff
path: root/examples/phrasebook/SentencesI.gf
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2010-04-29 14:13:15 +0000
committeraarne <aarne@chalmers.se>2010-04-29 14:13:15 +0000
commit3d9d3a1811c4ed80b3917cc91e8d9da38d6d2790 (patch)
tree07450a04069905a6d05bfbeccc0b7bedda5e90a6 /examples/phrasebook/SentencesI.gf
parentff95528799c271584fae918d62fe5f7fee11b5e8 (diff)
completed PhrasebookFin with new abstract
Diffstat (limited to 'examples/phrasebook/SentencesI.gf')
-rw-r--r--examples/phrasebook/SentencesI.gf1
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 ;