Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
runReaderT :: forall (f :: Type -> Type) m b . Representable f => ReaderT f m b -> Rep f -> m badjunctions Control.Monad.Representable.Reader No documentation available.
module Data.Accessor.
BinaryRead Reading records from streams This is still only for demonstration and might be of not much use and you should not rely on the interface.
-
optics-core Optics.ReadOnly Class for read-write optics that have their read-only counterparts.
mwaRead# :: MutableWordArray# s -> Int# -> State# s -> (# State# s, Word# #)ghc-bignum GHC.Num.WordArray No documentation available.
mwaReadOrZero :: MutableWordArray# s -> Int# -> State# s -> (# State# s, Word# #)ghc-bignum GHC.Num.WordArray Read an indexed Word in the MutableWordArray. If the index is out-of-bound, return zero.
-
gi-glib GI.GLib.Callbacks Type for the callback on the (unwrapped) C side.
type
C_ThreadFunc = Ptr () -> IO Ptr ()gi-glib GI.GLib.Callbacks Type for the callback on the (unwrapped) C side.
type
IOFuncsIoReadFieldCallback = IOChannel -> Text -> CSize -> CSize -> IO IOStatusgi-glib GI.GLib.Callbacks No description available in the introspection data.
type
ThreadFunc = Ptr () -> IO Ptr ()gi-glib GI.GLib.Callbacks Specifies the type of the func functions passed to threadNew or threadTryNew.
-
gi-glib GI.GLib.Callbacks Given a pointer to a foreign C function, wrap it into a function callable from Haskell.