blob: cce8eb5f5be0931f8fe3a643014cca06472dfe93 (
plain)
1
2
3
4
5
6
|
-- !!! Testing for out of scope Prelude types.
-- was: Imported tycon clashes with local definition
-- (but that's OK, as long as the type isn't _used_.)
module M where
import Prelude(Int)
type Int = Char
|