Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

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

  2. data PreludeMacro

    regex Text.RE.ZeInternals

    an enumeration of all of the prelude macros

  3. preludeMacroEnv :: RegexType -> MacroEnv

    regex Text.RE.ZeInternals

    generate the MacroEnv for the standard prelude macros

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

    regex Text.RE.ZeInternals

    generate plain text giving the expanded RE for a single macro

  5. preludeMacroSources :: RegexType -> String

    regex Text.RE.ZeInternals

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

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

    regex Text.RE.ZeInternals

    generate a textual summary of the prelude macros

  7. preludeMacroTable :: RegexType -> String

    regex Text.RE.ZeInternals

    format the standard prelude macros in a markdown table

  8. 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

  9. presentPreludeMacro :: PreludeMacro -> String

    regex Text.RE.ZeInternals

    naming the macros

  10. preludeForBuffer :: String -> [String]

    BNFC BNFC.Backend.C.CFtoFlexC

    Part of the lexer prelude needed when string literals are to be lexed. Defines an interface to the Buffer.

Page 10 of many | Previous | Next