papa-prelude-core-0.0.1: Prelude with only useful functions

Safe HaskellSafe
LanguageHaskell2010

Papa.Prelude.Core.Data.List

Documentation

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

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