discrimination-0.4.1: Fast generic linear-time sorting, joins and container construction.
Safe HaskellNone
LanguageHaskell2010

Data.Discrimination.Internal

Synopsis

Documentation

runs :: Eq a => [(a, b)] -> [[b]] Source #

groupNum :: [[k]] -> [(k, Int)] Source #

bdiscNat :: Int -> ([v] -> v -> [v]) -> [(Int, v)] -> [[v]] Source #

updateBag :: [Int] -> Int -> [Int] Source #

updateSet :: [Int] -> Int -> [Int] Source #

spanEither :: ([a] -> [b] -> c) -> [Either a b] -> c Source #

Optimized and CPS'd version of partitionEithers, where all lefts are known to come before all rights