Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. preludeEnv :: MacroEnv

    regex Text.RE.TDFA

    the standard MacroEnv for this back end (see Text.RE.TestBench)

  2. preludeSource :: PreludeMacro -> String

    regex Text.RE.TDFA

    the prelude source of a given macro in the standard environment

  3. preludeSources :: String

    regex Text.RE.TDFA

    a listing of the RE text for each macro in the standard environment with all macros expanded to normal form

  4. preludeSummary :: PreludeMacro -> String

    regex Text.RE.TDFA

    a summary of the macros in the standard environment for this back end in plain text

  5. preludeTable :: String

    regex Text.RE.TDFA

    a table the standard macros in markdown format

  6. 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)

  7. data PreludeMacro

    regex Text.RE.ZeInternals

    an enumeration of all of the prelude macros

  8. preludeMacroEnv :: RegexType -> MacroEnv

    regex Text.RE.ZeInternals

    generate the MacroEnv for the standard prelude macros

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

    regex Text.RE.ZeInternals

    generate plain text giving the expanded RE for a single macro

  10. preludeMacroSources :: RegexType -> String

    regex Text.RE.ZeInternals

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

Page 10 of many | Previous | Next