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, 3 insertions, 0 deletions
diff --git a/examples/attempto/LexAttemptoIta.gf b/examples/attempto/LexAttemptoIta.gf
index de18a3ec2..191d303ab 100644
--- a/examples/attempto/LexAttemptoIta.gf
+++ b/examples/attempto/LexAttemptoIta.gf
@@ -26,4 +26,7 @@ oper
whose_IDet = mkIDet (mkIQuant "de chi") ; ----
eachOf np = mkNP (mkPredet "ciascuno" "ciascuna" genitive P.True) np ;
+
+ adj_thatCl : A -> S -> Cl = \a,s -> mkCl (mkVP (mkAP (mkAP a) s)) ;
+
}