summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/module/mod94.hs
blob: d485705132dd53e213604b5747981404c9090388 (plain)
1
2
3
4
5
-- !!! Correct Class import (explicit member list)
module M where
import Prelude(Eq((==),(/=)))
x = 'a' == 'b'
y = 'a' /= 'b'