Hoogle Search

Within LTS Haskell 24.49 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. type Parser a (m :: Type -> Type) r = forall x . () => StateT Producer a m x m r

    pipes-bytestring Pipes.ByteString

    A Parser is an action that reads from and writes to a stored Producer

  2. module Data.Primitive.Unlifted.Array.Primops

    Primitive types representing unlifted arrays and the primops for manipulating them.

  3. class PrimUnlifted a

    primitive-unlifted Data.Primitive.Unlifted.Class

    No documentation available.

  4. module Data.Primitive.Unlifted.MVar.Primops

    No documentation available.

  5. module Data.Primitive.Unlifted.MutVar.Primops

    No documentation available.

  6. module Data.Primitive.Unlifted.SmallArray.Primops

    Primitive types representing unlifted arrays and the primops for manipulating them.

  7. module Data.Primitive.Unlifted.Weak.Primops

    Primops for weak references from (lifted or unlifted) values to unlifted values. Several of these use a slightly different interface than the underlying GHC primops. I have a GHC proposal in progress (https:/github.comghc-proposalsghc-proposalspull/367) to make GHC match this interface. Note that the GHC primops work just fine with unlifted types as keys, so we only need to fake our own to use unlifted types as values.

  8. module Data.ProtoLens

    The proto-lens package is a new implementation of protocol buffers in Haskell.

  9. data Parser a

    proto-lens Data.ProtoLens.Encoding.Bytes

    A monad for parsing an input buffer.

  10. module Data.ProtoLens.Encoding.Parser

    A custom parsing monad, optimized for speed.

Page 415 of many | Previous | Next