summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/should_run/T18594.stdout
blob: 9e2e79cd8be2b831dc210dbe3f688a29ac573a89 (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’