chemist-preprocessor-0.1.0.0: Chemist Raw Data Preprocessor
Safe HaskellSafe-Inferred
LanguageHaskell2010

Domain.Converter.Helpers

Synopsis

Documentation

groupBySecond :: Ord b => [(a, b)] -> [([a], b)] #

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

relationOf :: Eq b => [(a, b)] -> [(c, b)] -> [(a, c)] #

Correspondence between two lists based on unique keys

dropFirst :: (a, b, c) -> (b, c) #