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

Safe HaskellSafe
LanguageHaskell2010

Papa.Prelude.Core.Control.Applicative

Documentation

const :: Applicative f => a -> f a Source #

return :: Applicative f => a -> f a Source #