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. numberToChar :: String -> Exceptional String Char

    xml-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 "..."
    

  2. numberToChar :: String -> Exceptional String Char

    xml-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 "..."
    

  3. numNeedles :: Searcher v -> Int

    alfred-margaret Data.Text.AhoCorasick.Searcher

    No documentation available.

  4. numNeedles :: Searcher v -> Int

    alfred-margaret Data.Text.BoyerMoore.Searcher

    No documentation available.

  5. numNeedles :: Searcher v -> Int

    alfred-margaret Data.Text.BoyerMooreCI.Searcher

    No documentation available.

  6. numChar :: Gen Char

    bcp47 Data.BCP47.Internal.Arbitrary

    No documentation available.

  7. numIterations :: SolveArgs -> Int

    boltzmann-samplers Boltzmann.Solver

    No documentation available.

  8. numberOfAllPossibilities :: CardCount Int -> Integer

    combinatorial Combinatorics.CardPairs

    No documentation available.

  9. numberOfPossibilitiesRummy :: Integer

    combinatorial Combinatorics.CardPairs

    No documentation available.

  10. numberOfPossibilitiesRummyJK :: Integer

    combinatorial Combinatorics.CardPairs

    No documentation available.

Page 85 of many | Previous | Next