diff options
Diffstat (limited to 'examples/attempto/LexAttemptoSwe.gf')
| -rw-r--r-- | examples/attempto/LexAttemptoSwe.gf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/attempto/LexAttemptoSwe.gf b/examples/attempto/LexAttemptoSwe.gf index 8f71e2b15..d8ca8cf0a 100644 --- a/examples/attempto/LexAttemptoSwe.gf +++ b/examples/attempto/LexAttemptoSwe.gf @@ -25,4 +25,6 @@ oper eachOf np = mkNP (mkNP each_Det) (SyntaxSwe.mkAdv part_Prep np) ; ---- gen agr + adj_thatCl : A -> S -> Cl = \a,s -> mkCl (mkVP (mkAP (mkAP a) s)) ; + } |
