summaryrefslogtreecommitdiff
path: root/examples/attempto/LexAttemptoSwe.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/attempto/LexAttemptoSwe.gf')
-rw-r--r--examples/attempto/LexAttemptoSwe.gf1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/attempto/LexAttemptoSwe.gf b/examples/attempto/LexAttemptoSwe.gf
index 31d145f19..c95ce035e 100644
--- a/examples/attempto/LexAttemptoSwe.gf
+++ b/examples/attempto/LexAttemptoSwe.gf
@@ -21,6 +21,7 @@ oper
comma_and_Conj = mkConj [] ", och" plural ;
comma_or_Conj = mkConj [] ", eller" singular ;
slash_Conj = mkConj [] "/" singular ;
+ whose_IDet = mkIDet (mkIQuant "vems" "vems" "vems" dDefIndef) ;
}