summaryrefslogtreecommitdiff
path: root/next-lib/src/italian/DiffIta.gf
diff options
context:
space:
mode:
Diffstat (limited to 'next-lib/src/italian/DiffIta.gf')
-rw-r--r--next-lib/src/italian/DiffIta.gf11
1 files changed, 6 insertions, 5 deletions
diff --git a/next-lib/src/italian/DiffIta.gf b/next-lib/src/italian/DiffIta.gf
index 7eef2109e..a54520fa9 100644
--- a/next-lib/src/italian/DiffIta.gf
+++ b/next-lib/src/italian/DiffIta.gf
@@ -112,11 +112,12 @@ instance DiffIta of DiffRomance = open CommonRomance, PhonoIta, BeschIta, Prelud
let
pe = case b of {True => P3 ; _ => p} ;
agr = aag ** {p = pe} ;
- clpr = pronArg agr.n agr.p vp.clAcc vp.clDat ;
- verb = case <aag.n, pol,pe> of {
- <Sg,Neg,P2> => (vp.s ! VPInfinit Simul clpr.p3).inf ! aag ;
- _ => (vp.s ! VPImperat).fin ! agr
- } ;
+ clpr = <[],[],False> ; ----e pronArg agr.n agr.p vp.clAcc vp.clDat ;
+----e verb = case <aag.n, pol,pe> of {
+----e <Sg,Neg,P2> => (vp.s ! VPInfinit Simul clpr.p3).inf ! aag ;
+----e _ => (vp.s ! VPImperat).fin ! agr
+----e } ;
+ verb = (vp.s ! VPImperat).fin ! agr ; ----e
neg = vp.neg ! pol ;
compl = neg.p2 ++ clpr.p2 ++ vp.comp ! agr ++ vp.ext ! pol
in