Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. PEM :: String -> [(String, ByteString)] -> ByteString -> PEM

    pem Data.PEM

    No documentation available.

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

  3. module Data.Primitive.Unlifted.Array.Primops

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

  4. class PrimUnlifted a

    primitive-unlifted Data.Primitive.Unlifted.Class

    No documentation available.

  5. module Data.Primitive.Unlifted.MVar.Primops

    No documentation available.

  6. module Data.Primitive.Unlifted.MutVar.Primops

    No documentation available.

  7. module Data.Primitive.Unlifted.SmallArray.Primops

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

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

  9. module Protolude

    No documentation available.

  10. newtype PatternMatchFail

    protolude Protolude

    A pattern match failed. The String gives information about the source location of the pattern.

Page 413 of many | Previous | Next