Hoogle Search
Within LTS Haskell 24.45 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
backprop Prelude.Backprop Lifted fmap. Lifts backpropagatable functions to be backpropagatable functions on Traversable Functors.
-
backprop Prelude.Backprop Efficient version of fmap when used to "replace" all values in a Functor value.
fmapConst x = fmap (const x)
but much more efficient. -
backprop Prelude.Backprop.Explicit -
backprop Prelude.Backprop.Explicit -
backprop Prelude.Backprop.Num fmap, but with Num constraints instead of Backprop constraints.
-
backprop Prelude.Backprop.Num fmapConst, but with Num constraints instead of Backprop constraints.
c'glfwUpdateGamepadMappings :: CString -> IO CIntbindings-GLFW Bindings.GLFW No documentation available.
p'glfwUpdateGamepadMappings :: FunPtr (CString -> IO CInt)bindings-GLFW Bindings.GLFW No documentation available.
amap :: Ix i => (Bool -> Bool) -> BitArray i -> BitArray ibitwise Data.Array.BitArray Alias for map.
ixmap :: (Ix i, Ix j) => (i, i) -> (i -> j) -> BitArray j -> BitArray ibitwise Data.Array.BitArray Create a new array by mapping indices into a source array..