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

Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. xmlLineNumber :: XMLParseLocation -> Int64

    hexpat Text.XML.Expat.Internal.IO

    Line number of the event

  2. xmlLineNumber :: XMLParseLocation -> Int64

    hexpat Text.XML.Expat.SAX

    Line number of the event

  3. xmlLineNumber :: XMLParseLocation -> Int64

    hexpat Text.XML.Expat.Tree

    Line number of the event

  4. replaceNumericFlags :: [String] -> [String]

    hledger Hledger.Cli.CliOptions

    Replace any numeric flags (eg -2) with their long form (--depth 2), as I'm guessing cmdargs doesn't support this directly.

  5. toEnumDef :: (Enum a, Bounded a) => a -> Int -> a

    hledger Hledger.Cli.Script

    No documentation available.

  6. toEnumMay :: (Enum a, Bounded a) => Int -> Maybe a

    hledger Hledger.Cli.Script

    No documentation available.

  7. toEnumNote :: (Partial, Enum a, Bounded a) => String -> Int -> a

    hledger Hledger.Cli.Script

    No documentation available.

  8. toEnumSafe :: (Enum a, Bounded a) => Int -> a

    hledger Hledger.Cli.Script

    No documentation available.

  9. grepREwithLineNum :: StringLike s => GenRegex s -> [s] -> [(Int, s)]

    hxt-regex-xmlschema Text.Regex.XMLSchema.Generic

    grep with Regex and line numbers

  10. grepREwithLineNum :: StringLike s => GenRegex s -> [s] -> [(Int, s)]

    hxt-regex-xmlschema Text.Regex.XMLSchema.Generic.Matching

    grep with Regex and line numbers

Page 163 of many | Previous | Next

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