summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T14828.stdout
blob: aeab49d226553608d208e5237984acb98281a239 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
foldl :: Foldable t => (b -> a -> b) -> b -> t a -> b
foldl = (_t1::Foldable t => (b -> a -> b) -> b -> t a -> b)
fmap :: Functor f => (a -> b) -> f a -> f b
fmap = (_t2::Functor f => (a -> b) -> f a -> f b)
return :: Monad m => a -> m a
return = (_t3::Monad m => a -> m a)
pure :: Applicative f => a -> f a
pure = (_t4::Applicative f => a -> f a)
mempty = (_t5::Monoid a => a)
mappend = (_t6::Monoid a => a -> a -> a)
foldl' = (_t7::(b -> a -> b) -> b -> [a] -> b)
f = (_t8::(forall a. a -> a) -> b -> b)