Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. preludeTable :: String

    regex Text.RE.TDFA

    a table the standard macros in markdown format

  2. preludeTestsFailing :: [MacroID]

    regex Text.RE.TDFA

    the macros in the standard environment that are failing their tests (checked by the test suite to be empty)

  3. data PreludeMacro

    regex Text.RE.ZeInternals

    an enumeration of all of the prelude macros

  4. preludeMacroEnv :: RegexType -> MacroEnv

    regex Text.RE.ZeInternals

    generate the MacroEnv for the standard prelude macros

  5. preludeMacroSource :: RegexType -> PreludeMacro -> String

    regex Text.RE.ZeInternals

    generate plain text giving the expanded RE for a single macro

  6. preludeMacroSources :: RegexType -> String

    regex Text.RE.ZeInternals

    generate a plain text table giving the RE for each macro with all macros expanded (to NF)

  7. preludeMacroSummary :: RegexType -> PreludeMacro -> String

    regex Text.RE.ZeInternals

    generate a textual summary of the prelude macros

  8. preludeMacroTable :: RegexType -> String

    regex Text.RE.ZeInternals

    format the standard prelude macros in a markdown table

  9. preludeMacros :: (Monad m, Functor m) => (String -> m r) -> RegexType -> WithCaptures -> m (Macros r)

    regex Text.RE.ZeInternals

    generate the standard prelude Macros used to parse REs

  10. presentPreludeMacro :: PreludeMacro -> String

    regex Text.RE.ZeInternals

    naming the macros

Page 10 of many | Previous | Next