summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/should_run/T18594.stdout
blob: 1c6c93ad7ab563274108f4ceae6ff6f932caed5c (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 Monoid b => Monoid (a -> b) -- Defined in ‘GHC.Base’
instance Semigroup b => Semigroup (a -> b) -- Defined in ‘GHC.Base’
instance Applicative ((->) r) -- Defined in ‘GHC.Base’
instance Functor ((->) r) -- Defined in ‘GHC.Base’
instance Monad ((->) r) -- 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’