• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

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

  1. newtype PatternSetCharacterClass

    regex-tdfa Text.Regex.TDFA.Pattern

    Content of [: :], e.g. "alnum" for [:alnum:].

  2. PatternSetCharacterClass :: String -> PatternSetCharacterClass

    regex-tdfa Text.Regex.TDFA.Pattern

    No documentation available.

  3. newtype PatternSetCollatingElement

    regex-tdfa Text.Regex.TDFA.Pattern

    Content of [. .], e.g. "ch" for [.ch.].

  4. PatternSetCollatingElement :: String -> PatternSetCollatingElement

    regex-tdfa Text.Regex.TDFA.Pattern

    No documentation available.

  5. newtype PatternSetEquivalenceClass

    regex-tdfa Text.Regex.TDFA.Pattern

    Content of [= =], e.g. "a" for [=a=].

  6. PatternSetEquivalenceClass :: String -> PatternSetEquivalenceClass

    regex-tdfa Text.Regex.TDFA.Pattern

    No documentation available.

  7. PostUpdate :: TagTask -> TagUpdate

    regex-tdfa Text.Regex.TDFA.TNFA

    No documentation available.

  8. PreUpdate :: TagTask -> TagUpdate

    regex-tdfa Text.Regex.TDFA.TNFA

    No documentation available.

  9. Parent :: StaticString -> StaticString -> StaticString -> MarkupM a -> MarkupM a

    blaze-markup Text.Blaze.Internal

    Tag, open tag, end tag, content

  10. PreEscaped :: ChoiceString -> ChoiceString

    blaze-markup Text.Blaze.Internal

    A pre-escaped string

Page 201 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete