[project @ 2001-08-22 11:45:06 by sewardj]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / Inst82_2.hs
1 module Inst82_2 where
2 import Data82
3
4 instance Read FooData where
5    readsPrec _ _ = [(FooData,"")]