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 PCREError = CInt

    pcre-light Text.Regex.PCRE.Light.Base

    A type for PCRE Errors: exec-time error codes.

  2. data PCREExecOption

    pcre-light Text.Regex.PCRE.Light.Base

    No documentation available.

  3. type PCREExtraFlags = CInt

    pcre-light Text.Regex.PCRE.Light.Base

    PCREExtraFlags. bit flags for extra structure.

  4. type PCREInfo = CInt

    pcre-light Text.Regex.PCRE.Light.Base

    PCRE Info requests -- provides information about the compiled pattern.

  5. data PCREOption

    pcre-light Text.Regex.PCRE.Light.Base

    A type for PCRE compile-time options. These are newtyped CInts, which can be bitwise-or'd together, using (.|.)

  6. data PCREExecOption

    pcre-light Text.Regex.PCRE.Light.Char8

    No documentation available.

  7. data PCREOption

    pcre-light Text.Regex.PCRE.Light.Char8

    A type for PCRE compile-time options. These are newtyped CInts, which can be bitwise-or'd together, using (.|.)

  8. module Data.PEM

    Read and write PEM files

  9. data PEM

    pem Data.PEM

    Represent one PEM section for now headers are not serialized at all. this is just available here as a placeholder for a later implementation.

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

    pem Data.PEM

    No documentation available.

Page 414 of many | Previous | Next