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

Hoogle Search

Within LTS Haskell 24.39 (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. data Property (m :: Type -> Type)

    smallcheck Test.SmallCheck

    The type of properties over the monad m.

  10. data PropertyFailure

    smallcheck Test.SmallCheck.Drivers

    No documentation available.

Page 203 of many | Previous | Next

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