summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/should_run/T18594.stdout
blob: d3219de45e38748d59be02428c43cfb035115242 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
type (->) :: * -> * -> *
type (->) = FUN 'Many :: * -> * -> *
  	-- Defined in ‘GHC.Types’
infixr -1 ->
instance Applicative ((->) r) -- Defined in ‘GHC.Base’
instance Functor ((->) r) -- Defined in ‘GHC.Base’
instance Monad ((->) r) -- Defined in ‘GHC.Base’
instance Monoid b => Monoid (a -> b) -- Defined in ‘GHC.Base’
instance Semigroup b => Semigroup (a -> b) -- Defined in ‘GHC.Base’
type Type :: *
type Type = TYPE LiftedRep
  	-- Defined in ‘GHC.Types’
type Type :: Type
type Type = TYPE LiftedRep
  	-- Defined in ‘GHC.Types’