papa-base-implement-0.3.1: Useful base functions reimplemented

Safe HaskellSafe
LanguageHaskell2010

Papa.Base.Implement.Control.Applicative

Documentation

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

replicateA :: Applicative f => Int -> f a -> f [a] Source #

replicateA_ :: Applicative f => Int -> f a -> f () Source #