ghc-exactprint-1.14.0.0: tests/examples/pre-ghc910/EmptyMostlyInst.hs
{-# LANGUAGE FlexibleInstances #-}
module EmptyMostlyInst where
{
;;;;;;;;;;;;
;
instance Eq (Int,Integer) where {;;;;;;;;;
;;;;;;; a == b = False;;;;;;;;;;;
}
}
{-# LANGUAGE FlexibleInstances #-}
module EmptyMostlyInst where
{
;;;;;;;;;;;;
;
instance Eq (Int,Integer) where {;;;;;;;;;
;;;;;;; a == b = False;;;;;;;;;;;
}
}