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. module Data.Possibly

    No documentation available.

  2. type Possibly a = Either String a

    possibly Data.Possibly

    For contexts where the Left type is a String diagnostic.

  3. module Prometheus

    This module provides the basics for instrumenting Haskell executables for use with the Prometheus monitoring system.

  4. module Ptr.Parse

    No documentation available.

  5. newtype Parse output

    ptr Ptr.Parse

    No documentation available.

  6. Parse :: (Int -> Ptr Word8 -> forall result . () => (Int -> IO result) -> (Text -> IO result) -> (output -> Int -> Ptr Word8 -> IO result) -> IO result) -> Parse output

    ptr Ptr.Parse

    No documentation available.

  7. module Ptr.ParseUnbound

    No documentation available.

  8. newtype ParseUnbound output

    ptr Ptr.ParseUnbound

    Unbound parser, whose peeking action decides how much input to consume, and merely informs the executor about how many bytes it consumed.

  9. ParseUnbound :: (Ptr Word8 -> forall result . () => (Text -> IO result) -> (output -> Int -> IO result) -> IO result) -> ParseUnbound output

    ptr Ptr.ParseUnbound

    No documentation available.

  10. module Ptr.Peek

    No documentation available.

Page 727 of many | Previous | Next