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.

  1. runReaderT :: forall (f :: Type -> Type) m b . Representable f => ReaderT f m b -> Rep f -> m b

    adjunctions Control.Monad.Representable.Reader

    No documentation available.

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

  3. class ToReadOnly k s t a b

    optics-core Optics.ReadOnly

    Class for read-write optics that have their read-only counterparts.

  4. mwaRead# :: MutableWordArray# s -> Int# -> State# s -> (# State# s, Word# #)

    ghc-bignum GHC.Num.WordArray

    No documentation available.

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

  6. type C_IOFuncsIoReadFieldCallback = Ptr IOChannel -> CString -> CSize -> CSize -> Ptr Ptr GError -> IO CUInt

    gi-glib GI.GLib.Callbacks

    Type for the callback on the (unwrapped) C side.

  7. type C_ThreadFunc = Ptr () -> IO Ptr ()

    gi-glib GI.GLib.Callbacks

    Type for the callback on the (unwrapped) C side.

  8. type IOFuncsIoReadFieldCallback = IOChannel -> Text -> CSize -> CSize -> IO IOStatus

    gi-glib GI.GLib.Callbacks

    No description available in the introspection data.

  9. type ThreadFunc = Ptr () -> IO Ptr ()

    gi-glib GI.GLib.Callbacks

    Specifies the type of the func functions passed to threadNew or threadTryNew.

  10. dynamic_IOFuncsIoReadFieldCallback :: (HasCallStack, MonadIO m) => FunPtr C_IOFuncsIoReadFieldCallback -> IOChannel -> Text -> CSize -> CSize -> m IOStatus

    gi-glib GI.GLib.Callbacks

    Given a pointer to a foreign C function, wrap it into a function callable from Haskell.

Page 481 of many | Previous | Next