Portability | GHC only |
---|---|
Stability | experimental |
Maintainer | ekmett@gmail.com |
Unsafe and often partial combinators intended for internal usage.
Handle with care.
Documentation
Forward a a |
bindWith' :: (Traversable f, Num a) => (a -> b -> c) -> (f (AD Forward a) -> b) -> f a -> (b, f c)Source
transposeWith :: (Functor f, Foldable f, Traversable g) => (b -> f a -> c) -> f (g a) -> g b -> g cSource