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. data Peek a

    store Data.Store.Internal

    Peek actions are useful for building sequential deserializers. They are actions which read from memory and construct values from it. The Applicative and Monad instances make it easy to chain these together to get more complicated deserializers. This machinery keeps track of the current Ptr and end-of-buffer Ptr.

  2. data PeekException

    store Data.Store.Internal

    Exception thrown while running peek. Note that other types of exceptions can also be thrown. Invocations of fail in the Poke monad causes this exception to be thrown. PeekException is thrown when the data being decoded is invalid.

  3. PeekException :: Offset -> Text -> PeekException

    store Data.Store.Internal

    No documentation available.

  4. data Poke a

    store Data.Store.Internal

    Poke actions are useful for building sequential serializers. They are actions which write values to bytes into memory specified by a Ptr base. The Applicative and Monad instances make it easy to write serializations, by keeping track of the Offset of the current byte. They allow you to chain Poke action such that subsequent Pokes write into subsequent portions of the output.

  5. data PokeException

    store Data.Store.Internal

    Exception thrown while running poke. Note that other types of exceptions could also be thrown. Invocations of fail in the Poke monad causes this exception to be thrown. PokeExceptions are not expected to occur in ordinary circumstances, and usually indicate a programming error.

  6. PokeException :: Offset -> Text -> PokeException

    store Data.Store.Internal

    No documentation available.

  7. Paint_order_ :: AttrTag

    svg-builder Graphics.Svg.Attributes

    No documentation available.

  8. Panose_1_ :: AttrTag

    svg-builder Graphics.Svg.Attributes

    No documentation available.

  9. PathLength_ :: AttrTag

    svg-builder Graphics.Svg.Attributes

    No documentation available.

  10. Path_ :: AttrTag

    svg-builder Graphics.Svg.Attributes

    No documentation available.

Page 643 of many | Previous | Next