treatment of Int: not always PredefAbs but can be PredefCnc

This commit is contained in:
aarne
2008-09-03 09:33:37 +00:00
parent 27fdc19b20
commit 2efc33329e
3 changed files with 8 additions and 2 deletions

View File

@@ -378,6 +378,7 @@ sameMType m n = case (n,m) of
(MTInterface, MTInstance _) -> True
(MTInterface, MTResource) -> True -- for reuse
(MTInterface, MTAbstract) -> True -- for reuse
(MTInterface, MTConcrete _) -> True -- for reuse
(MTResource, MTInstance _) -> True
(MTResource, MTConcrete _) -> True -- for reuse