summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T14828.stdout
blob: 3ef2e602ecd7b82e598a858bfd41503e7a6cae13 (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::t1)
fmap :: Functor f => (a -> b) -> f a -> f b
fmap = (_t2::t1)
return :: Monad m => a -> m a
return = (_t3::t1)
pure :: Applicative f => a -> f a
pure = (_t4::t1)
mempty = (_t5::Monoid a => a)
mappend = (_t6::Monoid a => a -> a -> a)
foldl' = (_t7::t1)
f = (_t8::t1)