summaryrefslogtreecommitdiff
path: root/examples/phrasebook/WordsSwe.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/phrasebook/WordsSwe.gf')
-rw-r--r--examples/phrasebook/WordsSwe.gf2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/phrasebook/WordsSwe.gf b/examples/phrasebook/WordsSwe.gf
index 747a5e55d..c235be5b9 100644
--- a/examples/phrasebook/WordsSwe.gf
+++ b/examples/phrasebook/WordsSwe.gf
@@ -226,7 +226,7 @@ concrete WordsSwe of Words = SentencesSwe **
mkNPDay day (SyntaxSwe.mkAdv on_Prep day)
(SyntaxSwe.mkAdv on_Prep (mkNP a_Quant plNum (mkCN (mkN d)))) ;
- 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) (mkPrep i) to_Prep ;
open_A = mkA "öppen" "öppet" ;