summaryrefslogtreecommitdiff
path: root/examples/attempto/LexAttemptoEng.gf
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2010-01-04 21:19:13 +0000
committeraarne <aarne@chalmers.se>2010-01-04 21:19:13 +0000
commit6d0f248b67552b3920e431e2090ca66f1ca5060c (patch)
treec720e52f2075f979c1e5d54d57f5aff6836a3f7c /examples/attempto/LexAttemptoEng.gf
parent9cc1d15efe679ef2190fd9e61058253806528a58 (diff)
fixes in Attempto
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 ed61b66d9..a81d58963 100644
--- a/examples/attempto/LexAttemptoEng.gf
+++ b/examples/attempto/LexAttemptoEng.gf
@@ -33,4 +33,6 @@ oper
eachOf np = mkNP (mkNP each_Det) (SyntaxEng.mkAdv part_Prep np) ;
+ adj_thatCl : A -> S -> Cl = \a,s -> mkCl (mkVP (mkAP (mkAP a) s)) ;
+
}