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.gf2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/attempto/LexAttemptoEng.gf b/examples/attempto/LexAttemptoEng.gf
index ada776cb9..ed61b66d9 100644
--- a/examples/attempto/LexAttemptoEng.gf
+++ b/examples/attempto/LexAttemptoEng.gf
@@ -31,4 +31,6 @@ oper
whose_IDet = M.mkIDet "whose" singular ;
+ eachOf np = mkNP (mkNP each_Det) (SyntaxEng.mkAdv part_Prep np) ;
+
}