From c467ef8d0323d896778c6ed68ce0b23441f3a65a Mon Sep 17 00:00:00 2001 From: aarne Date: Wed, 9 Feb 2005 16:50:49 +0000 Subject: cleaned up French verbs --- src/GF/Compile/Extend.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/GF/Compile/Extend.hs b/src/GF/Compile/Extend.hs index 3f2570570..7f01db3a6 100644 --- a/src/GF/Compile/Extend.hs +++ b/src/GF/Compile/Extend.hs @@ -107,8 +107,8 @@ extendAnyInfo isc n o i j = testErr (b1 == b2) "inconsistent indirection status" ---- commented out as work-around for a spurious problem in ---- TestResourceFre; should look at building of completion. 17/11/2004 ----- testErr (m1 == m2) $ ----- "different sources of indirection: " +++ show m1 +++ show m2 + testErr (m1 == m2) $ + "different sources of indirection: " +++ show m1 +++ show m2 return i _ -> Bad $ "cannot unify information in" ++++ show i ++++ "and" ++++ show j -- cgit v1.2.3