X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Ftests%2Ftypecheck%2Fshould_succeed%2Ftc077.hs;fp=ghc%2Fcompiler%2Ftests%2Ftypecheck%2Fshould_succeed%2Ftc077.hs;h=0000000000000000000000000000000000000000;hb=e3b67289ad773d37576e763704baaca6b83d74db;hp=c9bb8d53a8864d5f4e75d1eec08fc999d3110f8d;hpb=29b46083beaa048af4b4a68e8f96909ac98a639f;p=ghc-hetmet.git diff --git a/ghc/compiler/tests/typecheck/should_succeed/tc077.hs b/ghc/compiler/tests/typecheck/should_succeed/tc077.hs deleted file mode 100644 index c9bb8d5..0000000 --- a/ghc/compiler/tests/typecheck/should_succeed/tc077.hs +++ /dev/null @@ -1,9 +0,0 @@ ---!!! make sure context of EQ is minimised in interface file. --- -module M where - -data NUM = ONE | TWO -class (Num a) => ORD a - -class (ORD a, Show a) => EQ a where - (===) :: a -> a -> Bool