Copyright | (c) 2001 - 2003 Wolfgang Lux 2011 - 2015 Björn Peemöler |
---|---|
License | BSD-3-clause |
Maintainer | bjp@informatik.uni-kiel.de |
Stability | experimental |
Portability | portable |
Safe Haskell | Safe |
Language | Haskell2010 |
Base.Utils
Description
The module Utils provides a few simple functions that are commonly used in the compiler, but not implemented in the Haskell Prelude or standard library.
Documentation
findDouble :: Eq a => [a] -> Maybe a Source #
concatMapM :: Monad m => (a -> m [b]) -> [a] -> m [b] Source #
findMultiples :: Eq a => [a] -> [[a]] Source #