twilio-0.1.3.2: Twilio REST API library for Haskell

Safe HaskellNone
LanguageHaskell98

Twilio.Internal.Parser

Synopsis

Documentation

(<&>) :: Functor f => f a -> (a -> b) -> f b 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.