From cf00c0c2a9aa1e333a95f3cd31b243f64bbe7812 Mon Sep 17 00:00:00 2001 From: aarne Date: Wed, 3 Sep 2008 09:33:37 +0000 Subject: treatment of Int: not always PredefAbs but can be PredefCnc --- src/GF/Infra/Modules.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/GF/Infra/Modules.hs') diff --git a/src/GF/Infra/Modules.hs b/src/GF/Infra/Modules.hs index 797f729c8..913afc89e 100644 --- a/src/GF/Infra/Modules.hs +++ b/src/GF/Infra/Modules.hs @@ -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 -- cgit v1.2.3