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.
class Monad m =>
PrimMonad (m :: Type -> Type)rebase Rebase.Data.Vector.Storable.Mutable Class of monads which can perform primitive state-transformer actions.
type family
PrimState (m :: Type -> Type)rebase Rebase.Data.Vector.Storable.Mutable State token type.
class Monad m =>
PrimMonad (m :: Type -> Type)rebase Rebase.Data.Vector.Unboxed.Mutable Class of monads which can perform primitive state-transformer actions.
type family
PrimState (m :: Type -> Type)rebase Rebase.Data.Vector.Unboxed.Mutable State token type.
module Rebase.Foreign.Marshal.
Pool No documentation available.
-
No documentation available.
-
No documentation available.
-
No documentation available.
-
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.
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.