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