mpc
Haskell-like feature supports in C++
|
Methods deducible from other methods of monad . More...
Variables | |
constexpr partial< detail::fmap_op > | fmap {} |
fmap :: (a -> b) -> f a -> f b More... | |
constexpr partial< detail::seq_apply_op > | seq_apply {} |
seq_apply :: f (a -> b) -> f a -> f b More... | |
constexpr partial< detail::discard1st_op > | discard1st {} |
discard1st :: f a -> f b -> f b More... | |
Methods deducible from other methods of monad .
|
inlineconstexpr |
discard1st :: f a -> f b -> f b
(*>) in Haskell
|
inlineconstexpr |
fmap :: (a -> b) -> f a -> f b
|
inlineconstexpr |
seq_apply :: f (a -> b) -> f a -> f b
(<*>) in Haskell