[project @ 1997-07-30 23:52:45 by sof]
[ghc-hetmet.git] / ghc / compiler / tests / typecheck / should_fail / tcfail059.hs
1 --!! The tycon export shouldn't be allowed to succeed
2 --
3 module Foo ( Bar(..) ) where { data Bar = Bar X; data X = Y }