summaryrefslogtreecommitdiff
path: root/examples/attempto/LexAttemptoEng.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/attempto/LexAttemptoEng.gf')
-rw-r--r--examples/attempto/LexAttemptoEng.gf1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/attempto/LexAttemptoEng.gf b/examples/attempto/LexAttemptoEng.gf
index 395e00c35..ad54d6de9 100644
--- a/examples/attempto/LexAttemptoEng.gf
+++ b/examples/attempto/LexAttemptoEng.gf
@@ -29,5 +29,6 @@ oper
comma_or_Conj = M.mkConj [] ", or" singular ;
slash_Conj = M.mkConj [] "/" singular ;
+ whose_IDet = M.mkIDet "whose" singular ;
}