diff options
| author | aarne <unknown> | 2005-02-09 16:50:49 +0000 |
|---|---|---|
| committer | aarne <unknown> | 2005-02-09 16:50:49 +0000 |
| commit | c467ef8d0323d896778c6ed68ce0b23441f3a65a (patch) | |
| tree | a41012c5012301eefc6a1e4e21a60977308aa2eb /src/GF/Compile/Extend.hs | |
| parent | a0d412986305d4b45e82afde62ea48f1b06edb9d (diff) | |
cleaned up French verbs
Diffstat (limited to 'src/GF/Compile/Extend.hs')
| -rw-r--r-- | src/GF/Compile/Extend.hs | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
