Safe Haskell | Trustworthy |
---|---|
Language | Haskell2010 |
Protolude
Documentation
module Base
show :: (Show a, StringConv String b) => a -> b #
pass :: Applicative f => f () #
guarded :: Alternative f => (a -> Bool) -> a -> f a #
guardedA :: (Functor f, Alternative t) => (a -> f Bool) -> a -> f (t a) #
type LByteString = ByteString #