summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail139.hs
blob: af21c8afba610565a8af7ae67607a7443146ee33 (plain)
1
2
3
4
5
6
-- Should be rejected by Haskell 98

module Foo  where 

type Foo = Double
instance Bounded Foo