twilio-0.1.3.0: Twilio REST API library for Haskell

Safe HaskellNone
LanguageHaskell98

Twilio.Internal.Parser

Synopsis

Documentation

(<&>) :: Functor f => f a -> (a -> b) -> f b Source

maybeReturn :: (Monad m, MonadPlus m) => Maybe a -> m a Source

parseMaybeDateTime :: Maybe Text -> Parser (Maybe UTCTime) Source

Note that the parser only returns Nothing if the input is Nothing. If the input is an incorrectly formatted Text the parse will fail.