Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
data ForwardDouble Source #
Instances
apply :: (ForwardDouble -> b) -> Double -> b Source #
bind :: Traversable f => (f ForwardDouble -> b) -> f Double -> f b Source #
bind' :: Traversable f => (f ForwardDouble -> b) -> f Double -> (b, f b) Source #
bindWith :: Traversable f => (Double -> b -> c) -> (f ForwardDouble -> b) -> f Double -> f c Source #
bindWith' :: Traversable f => (Double -> b -> c) -> (f ForwardDouble -> b) -> f Double -> (b, f c) Source #
transposeWith :: (Functor f, Foldable f, Traversable g) => (b -> f a -> c) -> f (g a) -> g b -> g c Source #