summaryrefslogtreecommitdiff
path: root/examples/phrasebook/WordsDut.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/phrasebook/WordsDut.gf')
-rw-r--r--examples/phrasebook/WordsDut.gf2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/phrasebook/WordsDut.gf b/examples/phrasebook/WordsDut.gf
index eb201e200..25ec1cb28 100644
--- a/examples/phrasebook/WordsDut.gf
+++ b/examples/phrasebook/WordsDut.gf
@@ -246,7 +246,7 @@ ik ga te voet/ ik ga lopend
---- (mkAdv on_Prep (mkNP (P.mkPN d)))
(mkAdv on_Prep (mkNP a_Quant plNum (mkCN (P.mkN d (d + "en") P.utrum)))) ;
- mkPlace : N -> Str -> {name : CN ; at : Prep ; to : Prep} = \p,i ->
+ mkPlace : N -> Str -> {name : CN ; at : Prep ; to : Prep; isPl : Bool} = \p,i ->
mkCNPlace (mkCN p) (P.mkPrep i) to_Prep ;
open_A = P.mkA "geopend" ;