papa-base-0.1.0: Prelude with only useful functions

Safe HaskellSafe
LanguageHaskell2010

Papa.Control.Applicative

Documentation

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

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