Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Utils.Drasil.Lists
Description
Functions for working with lists.
Documentation
replaceAll :: Eq a => [a] -> a -> [a] -> [a] Source #
Replaces all elements of a target list that belong to a provided "bad" input list.