summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/T18060/T18060.stdout
blob: f6a4ebb43d8db06f2704784d9c8d316f1f09a62c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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 (~) :: forall k. k -> k -> Constraint
class (a ~ b) => (~) a b
  	-- Defined in ‘GHC.Types’
infix 4 ~