1
0
forked from GitHub/gf-core

resturcturing french resource

This commit is contained in:
aarne
2004-11-17 14:33:15 +00:00
parent 36121a1698
commit 15fd8ec71b
19 changed files with 3432 additions and 9 deletions

View File

@@ -83,8 +83,10 @@ extendAnyInfo isc n i j = errIn ("building extension for" +++ prt n) $ case (i,j
(AnyInd b1 m1, AnyInd b2 m2) -> do
testErr (b1 == b2) "inconsistent indirection status"
testErr (m1 == m2) $
"different sources of indirection: " +++ show m1 +++ show m2
---- 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
return i
_ -> Bad $ "cannot unify information in" ++++ show i ++++ "and" ++++ show j