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. type PCREConfig = CInt

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

    No documentation available.

  2. type PCREError = CInt

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

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

  3. data PCREExecOption

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

    No documentation available.

  4. type PCREExtraFlags = CInt

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

    PCREExtraFlags. bit flags for extra structure.

  5. type PCREInfo = CInt

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

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

  6. 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 (.|.)

  7. data PCREExecOption

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

    No documentation available.

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

  9. module Data.PEM

    Read and write PEM files

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

Page 412 of many | Previous | Next