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

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. matchMany :: IsRegex re s => re -> s -> Matches s

    regex Text.RE.Tools

    finding all matches

  2. matchMany :: IsRegex re s => re -> s -> Matches s

    regex Text.RE.Tools.Edit

    finding all matches

  3. matchMany :: IsRegex re s => re -> s -> Matches s

    regex Text.RE.Tools.Find

    finding all matches

  4. matchMany :: IsRegex re s => re -> s -> Matches s

    regex Text.RE.Tools.Grep

    finding all matches

  5. matchMany :: IsRegex re s => re -> s -> Matches s

    regex Text.RE.Tools.IsRegex

    finding all matches

  6. matchMany :: IsRegex re s => re -> s -> Matches s

    regex Text.RE.Tools.Lex

    finding all matches

  7. matchMany :: IsRegex re s => re -> s -> Matches s

    regex Text.RE.Tools.Sed

    finding all matches

  8. type family CanMakeMany a (els :: [Type]) (targets :: [Type])

    registry Data.Registry.Solver

    Compute if a registry can be added to another registry

  9. hookAny :: forall (m :: Type -> Type) reqTypes n b middleware . (Monad m, Eq reqTypes, Hashable reqTypes) => reqTypes -> ([Text] -> n b) -> RegistryT n b middleware reqTypes m ()

    reroute Web.Routing.Router

    No documentation available.

  10. hookAnyMethod :: forall (m :: Type -> Type) n b middleware reqTypes . Monad m => ([Text] -> n b) -> RegistryT n b middleware reqTypes m ()

    reroute Web.Routing.Router

    No documentation available.

Page 201 of many | Previous | Next

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