> example :: VoiceTwiml > example = > response $ do > dial "415-123-4567" def > redirect (fromJust $ parseURL "http://www.foo.com/nextInstructions") def > end > where Twiml.Syntax{..} = def >>> show example 415-123-4567 http://www.foo.com/nextInstructions