twiml-0.1.0.0: TwiML library for Haskell

Safe HaskellNone

Text.XML.Twiml.Verbs.Hangup

Contents

Synopsis

<Hangup>

This example

module Example where

import Text.XML.Twiml

example
  = respond
  . hangup
  $ end

produces the following TwiML response:

<?xml version="1.0" encoding="UTF-8"?>
<Response>
  <Hangup />
</Response>

data Hangup p Source

Instances

:/~ p Gather' => Twiml p (Hangup p) 

Constructor