• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.12 (ghc-9.10.3)

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

  1. unsafeLastM :: (Vector v a, Monad m) => v a -> m a

    rebase Rebase.Data.Vector.Generic

    No documentation available.

  2. unsafeLast :: Prim a => Vector a -> a

    rebase Rebase.Data.Vector.Primitive

    No documentation available.

  3. unsafeLastM :: (Prim a, Monad m) => Vector a -> m a

    rebase Rebase.Data.Vector.Primitive

    No documentation available.

  4. unsafeLast :: Storable a => Vector a -> a

    rebase Rebase.Data.Vector.Storable

    No documentation available.

  5. unsafeLastM :: (Storable a, Monad m) => Vector a -> m a

    rebase Rebase.Data.Vector.Storable

    No documentation available.

  6. unsafeLast :: Unbox a => Vector a -> a

    rebase Rebase.Data.Vector.Unboxed

    No documentation available.

  7. unsafeLastM :: (Unbox a, Monad m) => Vector a -> m a

    rebase Rebase.Data.Vector.Unboxed

    No documentation available.

  8. sinceLastS :: forall (m :: Type -> Type) cl a . Monad m => ClSF m cl a (Diff (Time cl))

    rhine FRP.Rhine.ClSF.Util

    Continuously return the time difference since the last tick.

  9. sinceLast :: TimeInfo cl -> Diff (Time cl)

    rhine FRP.Rhine.Clock

    Time passed since the last tick

  10. module FRP.Rhine.ResamplingBuffer.KeepLast

    A buffer keeping the last value, or zero-order hold.

Page 94 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete