summaryrefslogtreecommitdiff
path: root/examples/attempto/LexAttemptoFre.gf
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2010-01-05 14:19:27 +0000
committeraarne <aarne@chalmers.se>2010-01-05 14:19:27 +0000
commitb8b1f01d9115418c3b9a2f316465336e0f4ab6fb (patch)
tree763c49f417a0d752ae0a84ceb4227fb65e801c0c /examples/attempto/LexAttemptoFre.gf
parent0a7ff69dda676e1d7ff14138cab33c5a4ed04c6b (diff)
that_Subj in Italian
Diffstat (limited to 'examples/attempto/LexAttemptoFre.gf')
-rw-r--r--examples/attempto/LexAttemptoFre.gf3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/attempto/LexAttemptoFre.gf b/examples/attempto/LexAttemptoFre.gf
index b53017388..e7ce15ba3 100644
--- a/examples/attempto/LexAttemptoFre.gf
+++ b/examples/attempto/LexAttemptoFre.gf
@@ -27,6 +27,7 @@ oper
eachOf np = mkNP (mkPredet "chacun" "chacune" genitive P.True) np ;
- adj_thatCl : A -> S -> Cl = \a,s -> mkCl (mkVP (mkAP (mkAP a) s)) ;
+ adj_thatCl : A -> S -> Cl = \a,s ->
+ mkCl (mkVP (mkVP (mkAP a)) (SyntaxFre.mkAdv that_Subj s)) ;
}