summaryrefslogtreecommitdiff
path: root/examples/attempto/LexAttemptoIta.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/attempto/LexAttemptoIta.gf')
-rw-r--r--examples/attempto/LexAttemptoIta.gf3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/attempto/LexAttemptoIta.gf b/examples/attempto/LexAttemptoIta.gf
index 04d79cfdb..de18a3ec2 100644
--- a/examples/attempto/LexAttemptoIta.gf
+++ b/examples/attempto/LexAttemptoIta.gf
@@ -1,6 +1,6 @@
instance LexAttemptoIta of LexAttempto =
open ExtraIta, SyntaxIta, ParadigmsIta, ConstructX,
- MakeStructuralIta
+ MakeStructuralIta, (P = Prelude)
in {
oper
@@ -25,4 +25,5 @@ oper
whose_IDet = mkIDet (mkIQuant "de chi") ; ----
+ eachOf np = mkNP (mkPredet "ciascuno" "ciascuna" genitive P.True) np ;
}