142c75b1880785312bbad01eb80eb67e26b9dbce
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / Inst82_1.hs
1 module Inst82_1 where
2 import Data82
3
4 instance Read FooData where
5    readsPrec _ _ = [(FooData,"")]