> example :: VoiceTwiml > example = > response $ do > dial "415-123-4567" def > say "Goodbye" def > end > where Twiml.Syntax{..} = def >>> show example 415-123-4567 Goodbye