twilio-0.2.0.1: Twilio REST API library for Haskell

Copyright(C) 2017- Mark Andrus Roberts
LicenseBSD-style (see the file LICENSE)
MaintainerMark Andrus Roberts <markandrusroberts@gmail.com>
Stabilityprovisional
Safe HaskellNone
LanguageHaskell98

Twilio.Internal.Parser

Description

 

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.