liftA :: Applicative f => (a -> b -> ... -> z) -> f a -> f b -> ... -> f z
More...
template<std::size_t N, class = make_reversed_index_sequence<N + 1>>
struct mpc::detail::liftA_op< N, class >
liftA :: Applicative f => (a -> b -> ... -> z) -> f a -> f b -> ... -> f z
constexpr partial< detail::fmap_op > fmap
fmap :: (a -> b) -> f a -> f b
Definition: applicative.hpp:161
constexpr partial< detail::liftA_op< N > > liftA
liftA :: Applicative f => (a -> b -> ... -> z) -> f a -> f b -> ... -> f z
Definition: applicative.hpp:249
constexpr partial< detail::seq_apply_op > seq_apply
seq_apply :: f (a -> b) -> f a -> f b
Definition: applicative.hpp:99
The documentation for this struct was generated from the following file: