summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T8535.stdout
blob: 981124c9cb2bc33ea03ed31c38f21193d69d9842 (plain)
1
2
3
4
5
6
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’