> example :: VoiceTwiml > example = > response $ do > reject $ def & reason .~ Just Busy > end > where Twiml.Syntax{..} = def >>> show example