Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

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

  1. class Monad m => PrimMonad (m :: Type -> Type)

    rebase Rebase.Data.Vector.Storable.Mutable

    Class of monads which can perform primitive state-transformer actions.

  2. type family PrimState (m :: Type -> Type)

    rebase Rebase.Data.Vector.Storable.Mutable

    State token type.

  3. class Monad m => PrimMonad (m :: Type -> Type)

    rebase Rebase.Data.Vector.Unboxed.Mutable

    Class of monads which can perform primitive state-transformer actions.

  4. type family PrimState (m :: Type -> Type)

    rebase Rebase.Data.Vector.Unboxed.Mutable

    State token type.

  5. module Rebase.Foreign.Marshal.Pool

    No documentation available.

  6. module Rebase.Foreign.Ptr

    No documentation available.

  7. module Rebase.GHC.Profiling

    No documentation available.

  8. module Rebase.GHC.Ptr

    No documentation available.

  9. module Rebase.Prelude

    This module reexports the non-conflicting definitions from the modules exported by this package, providing a much more featureful alternative to the standard Prelude. For details check out the source.

  10. class Alt f => Plus (f :: Type -> Type)

    rebase Rebase.Prelude

    Laws:

    zero <!> m = m
    m <!> zero = m
    
    If extended to an Alternative then zero should equal empty.

Page 638 of many | Previous | Next