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.
numericValue :: Char -> Maybe Rationalunicode-data Unicode.Char.Numeric Numeric value of a character, if relevant. Note: a character may have a numeric value but return False with the predicate isNumber, because isNumber only tests GeneralCategory: some CJK characters are OtherLetter and do have a numeric value.
numberToChar :: String -> Exceptional String Charxml-basic Text.HTML.Basic.Entity Lookup a numeric entity, the leading '#' must have already been removed.
numberToChar "65" == Success 'A' numberToChar "x41" == Success 'A' numberToChar "x4E" === Success 'N' numberToChar "x4e" === Success 'N' numberToChar "Haskell" == Exception "..." numberToChar "" == Exception "..." numberToChar "89439085908539082" == Exception "..."
It's safe to use that for arbitrary big number strings, since we abort parsing as soon as possible.numberToChar (repeat '1') == Exception "..."
numberToChar :: String -> Exceptional String Charxml-basic Text.XML.Basic.Entity Lookup a numeric entity, the leading '#' must have already been removed.
numberToChar "65" == Success 'A' numberToChar "x41" == Success 'A' numberToChar "x4E" === Success 'N' numberToChar "x4e" === Success 'N' numberToChar "Haskell" == Exception "..." numberToChar "" == Exception "..." numberToChar "89439085908539082" == Exception "..."
It's safe to use that for arbitrary big number strings, since we abort parsing as soon as possible.numberToChar (repeat '1') == Exception "..."
numNeedles :: Searcher v -> Intalfred-margaret Data.Text.AhoCorasick.Searcher No documentation available.
numNeedles :: Searcher v -> Intalfred-margaret Data.Text.BoyerMoore.Searcher No documentation available.
numNeedles :: Searcher v -> Intalfred-margaret Data.Text.BoyerMooreCI.Searcher No documentation available.
-
bcp47 Data.BCP47.Internal.Arbitrary No documentation available.
numIterations :: SolveArgs -> Intboltzmann-samplers Boltzmann.Solver No documentation available.
numberOfAllPossibilities :: CardCount Int -> Integercombinatorial Combinatorics.CardPairs No documentation available.
numberOfPossibilitiesRummy :: Integercombinatorial Combinatorics.CardPairs No documentation available.