Hoogle Search
Within LTS Haskell 24.39 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
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.
numberOfPossibilitiesRummyJK :: Integercombinatorial Combinatorics.CardPairs No documentation available.
numberOfPossibilitiesSkat :: Integercombinatorial Combinatorics.CardPairs No documentation available.
numberDistinct :: Int -> Int -> Int -> Int -> Integercombinatorial Combinatorics.Mastermind numberDistinct n k b w computes the number of matching codes, given that all codes have distinct symbols. n is the alphabet size, k the width of the code, b the number of black evaluation sticks and w the number of white evaluation sticks.
QC.forAll genMastermindDistinct $ \(n,k,b,w) -> let alphabet = take n ['a'..]; code = take k alphabet in Mastermind.numberDistinct n k b w == (genericLength $ filter ((Mastermind.Eval b w ==) . Mastermind.evaluate code) $ Comb.variate k alphabet)