papa-base-0.1.0: Prelude with only useful functions

Safe HaskellSafe
LanguageHaskell2010

Papa.Data.List

Documentation

reverse :: [a] -> [a] Source #

lookup :: (Eq a, Foldable f) => a -> f (a, b) -> Maybe b Source #