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