Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. compAutoCallout :: CompOption

    regex-pcre-builtin Text.Regex.PCRE.Text

    No documentation available.

  2. compDotAll :: CompOption

    regex-pcre-builtin Text.Regex.PCRE.Text

    No documentation available.

  3. compAutoCallout :: CompOption

    regex-pcre-builtin Text.Regex.PCRE.Text.Lazy

    No documentation available.

  4. compDotAll :: CompOption

    regex-pcre-builtin Text.Regex.PCRE.Text.Lazy

    No documentation available.

  5. compAutoCallout :: CompOption

    regex-pcre-builtin Text.Regex.PCRE.Wrap

    No documentation available.

  6. compDotAll :: CompOption

    regex-pcre-builtin Text.Regex.PCRE.Wrap

    No documentation available.

  7. wrapMatchAll :: Regex -> CStringLen -> IO (Either WrapError [MatchArray])

    regex-pcre-builtin Text.Regex.PCRE.Wrap

    wrapMatchAll is an improvement over wrapMatch since it only allocates memory with allocaBytes once at the start.

  8. NoAllocation :: Property

    tasty-inspection-testing Test.Tasty.Inspection

    Does this function perform no heap allocations.

  9. DFAForalls :: DForallTelescope -> DFunArgs -> DFunArgs

    th-desugar Language.Haskell.TH.Desugar

    A series of foralled type variables followed by a dot (if ForallInvis) or an arrow (if ForallVis). For example, the type variables a1 ... an in forall a1 ... an. r.

  10. DForallInvis :: [DTyVarBndrSpec] -> DForallTelescope

    th-desugar Language.Haskell.TH.Desugar

    An invisible forall (e.g., forall a {b} c -> {...}), where each binder has a Specificity.

Page 525 of many | Previous | Next