-------------------------------------------------------------------------------
-- |
-- Module      :  Text.XML.Twiml
-- Copyright   :  (C) 2018 Mark Andrus Roberts
-- License     :  BSD-style (see the file LICENSE)
-- Maintainer  :  Mark Andrus Roberts <markandrusroberts@gmail.com>
-- Stability   :  provisional
-------------------------------------------------------------------------------
module Text.XML.Twiml
  ( MessagingTwiml(..)
  , VoiceTwiml(..)
  , response
  , voiceResponse
  , messagingResponse
  , module X
  ) where

import Text.XML.Twiml.Internal.Twiml
import Text.XML.Twiml.Lenses as X
import Text.XML.Twiml.Types as X
import Text.XML.Twiml.Verbs as X