[project @ 2001-08-22 11:45:06 by sewardj]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail082.hs
1 module Main(main) where
2 import Data82
3 import Inst82_1
4 import Inst82_2
5
6 data Baz = Baz deriving Read
7
8 main     = print ((read "FooData")::FooData)
9