[project @ 1996-01-08 20:28:12 by partain]
[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 }