summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail139.hs
blob: 5532523a7c0f2d4b1ca1217c752dee169f43909a (plain)
1
2
3
4
5
6
7
{-# LANGUAGE Haskell2010 #-}
-- Should be rejected by Haskell 98

module Foo  where 

type Foo = Double
instance Bounded Foo