databrary-1: Databrary

Safe HaskellNone
LanguageHaskell2010

Model.Activity

Synopsis

Documentation

mergeBy :: (a -> a -> Ordering) -> [a] -> [a] -> [a] Source #

Merge two ordered lists using the given predicate, removing EQ "duplicates" (left-biased)