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

Hoogle Search

Within LTS Haskell 24.28 (ghc-9.10.3)

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

  1. unsafeLast :: Vector v a => v a -> a

    rebase Rebase.Data.Vector.Generic

    No documentation available.

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

    rebase Rebase.Data.Vector.Generic

    No documentation available.

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

    rebase Rebase.Data.Vector.Primitive

    No documentation available.

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

    rebase Rebase.Data.Vector.Primitive

    No documentation available.

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

    rebase Rebase.Data.Vector.Storable

    No documentation available.

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

    rebase Rebase.Data.Vector.Storable

    No documentation available.

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

    rebase Rebase.Data.Vector.Unboxed

    No documentation available.

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

    rebase Rebase.Data.Vector.Unboxed

    No documentation available.

  9. 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.

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

    rhine FRP.Rhine.Clock

    Time passed since the last tick

Page 94 of many | Previous | Next

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