Hoogle Search
Within LTS Haskell 24.36 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
renderEnumText :: EnumText e => e -> Textenum-text Text.Enum.Text Generate the standard textual representation according to configEnumText by default.
toFieldEnumText :: EnumText e => e -> ByteStringenum-text Text.Enum.Text A cassava field encoder, using 'the renderEnumText' format.
-
ghc-events GHC.RTS.Events No documentation available.
type
PerfEventTypeNum = Word32ghc-events GHC.RTS.Events No documentation available.
xmlLineNumber :: XMLParseLocation -> Int64hexpat Text.XML.Expat.Annotated Line number of the event
xmlLineNumber :: XMLParseLocation -> Int64hexpat Text.XML.Expat.Extended Line number of the event
xmlLineNumber :: XMLParseLocation -> Int64hexpat Text.XML.Expat.Internal.IO Line number of the event
xmlLineNumber :: XMLParseLocation -> Int64hexpat Text.XML.Expat.SAX Line number of the event
xmlLineNumber :: XMLParseLocation -> Int64hexpat Text.XML.Expat.Tree Line number of the event
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.