summaryrefslogtreecommitdiff
path: root/testsuite/tests/printer/PprEmptyMostlyInst.hs
blob: 1dbe3c12737bef98c5698326fedb2db786545444 (plain)
1
2
3
4
5
6
7
8
9
{-# LANGUAGE FlexibleInstances #-}
module EmptyMostlyInst where
   {
;;;;;;;;;;;;
;
instance Eq (Int,Integer) where {;;;;;;;;;
;;;;;;; a == b = False;;;;;;;;;;;
}
   }