Hoogle Search

Within LTS Haskell 24.51 (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.Generic.Mutable

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

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

    rebase Rebase.Data.Vector.Generic.Mutable

    State token type.

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

    rebase Rebase.Data.Vector.Mutable

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

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

    rebase Rebase.Data.Vector.Mutable

    State token type.

  5. module Rebase.Data.Vector.Primitive

    No documentation available.

  6. class Prim a

    rebase Rebase.Data.Vector.Primitive

    Class of types supporting primitive array operations. This includes interfacing with GC-managed memory (functions suffixed with ByteArray#) and interfacing with unmanaged memory (functions suffixed with Addr#). Endianness is platform-dependent.

  7. class Prim a

    rebase Rebase.Data.Vector.Primitive.Mutable

    Class of types supporting primitive array operations. This includes interfacing with GC-managed memory (functions suffixed with ByteArray#) and interfacing with unmanaged memory (functions suffixed with Addr#). Endianness is platform-dependent.

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

    rebase Rebase.Data.Vector.Primitive.Mutable

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

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

    rebase Rebase.Data.Vector.Primitive.Mutable

    State token type.

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

    rebase Rebase.Data.Vector.Storable.Mutable

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

Page 639 of many | Previous | Next