summaryrefslogtreecommitdiff
path: root/examples/phrasebook/WordsIta.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/phrasebook/WordsIta.gf')
-rw-r--r--examples/phrasebook/WordsIta.gf2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/phrasebook/WordsIta.gf b/examples/phrasebook/WordsIta.gf
index b350642bc..aa31a4fdd 100644
--- a/examples/phrasebook/WordsIta.gf
+++ b/examples/phrasebook/WordsIta.gf
@@ -249,7 +249,7 @@ lin
let day = mkNP (mkPN d) in
mkNPDay day (P.mkAdv d) (P.mkAdv ("di" ++ d)) ; ---- ?
- mkPlace : N -> Prep -> {name : CN ; at : Prep ; to : Prep} = \p,i ->
+ mkPlace : N -> Prep -> {name : CN ; at : Prep ; to : Prep; isPl : Bool} = \p,i ->
mkCNPlace (mkCN p) i dative ;
xOf : GNumber -> N -> NPPerson -> NPPerson = \n,x,p -> mkRelative n (mkCN x) p ;