[project @ 1998-12-02 13:17:09 by simonm]
[ghc-hetmet.git] / ghc / interpreter / test / static / s100.hs
1 --!!! Correct Class import (explicit member list)
2 module M where
3 import Prelude(Eq((==),(/=)))
4 x = 'a' == 'b'
5 y = 'a' /= 'b'