Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
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 #