1 2 3 4 5 6 7 8 9
{-# LANGUAGE FlexibleInstances #-} module EmptyMostlyInst where { ;;;;;;;;;;;; ; instance Eq (Int,Integer) where {;;;;;;;;; ;;;;;;; a == b = False;;;;;;;;;;; } }