shaker-0.5.1: simple and interactive command-line build tool

Shaker.HsHelper

Documentation

filterSnd :: (b -> Bool) -> [(a, b)] -> [(a, b)]Source

mapSnd :: (t1 -> t2) -> [(t, t1)] -> [(t, t2)]Source