Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. force :: Unbox a => Vector a -> Vector a

    rebase Rebase.Data.Vector.Unboxed

    No documentation available.

  2. forM_ :: (PrimMonad m, Unbox a) => MVector (PrimState m) a -> (a -> m b) -> m ()

    rebase Rebase.Data.Vector.Unboxed.Mutable

    No documentation available.

  3. for_ :: (Foldable t, Applicative f) => t a -> (a -> f b) -> f ()

    rebase Rebase.Prelude

    for_ is traverse_ with its arguments flipped. For a version that doesn't ignore the results see for. This is forM_ generalised to Applicative actions. for_ is just like forM_, but generalised to Applicative actions.

    Examples

    Basic usage:
    >>> for_ [1..4] print
    1
    2
    3
    4
    

  4. forever :: forall (m :: Type -> Type) a b e . Monad m => AutomatonExcept a b m e -> Automaton m a b

    rhine FRP.Rhine.ClSF.Except

    No documentation available.

  5. foreignFor :: HasForeign lang ftype api => Proxy lang -> Proxy ftype -> Proxy api -> Req ftype -> Foreign ftype api

    servant-foreign Servant.Foreign

    No documentation available.

  6. foreignFor :: HasForeign lang ftype api => Proxy lang -> Proxy ftype -> Proxy api -> Req ftype -> Foreign ftype api

    servant-foreign Servant.Foreign.Internal

    No documentation available.

  7. format :: C y => y -> T

    sox Sound.Sox.Frame

    No documentation available.

  8. format :: T String

    sox Sound.Sox.Information

    No documentation available.

  9. format :: T -> T

    sox Sound.Sox.Option.Format

    No documentation available.

  10. foreignObject_ :: Term result => [Attribute] -> result

    svg-builder Graphics.Svg.Elements

    foreignobject element

Page 91 of many | Previous | Next