> example :: VoiceTwiml > example = > response $ do > say "I will pause 10 seconds starting now!" def > pause $ def & duration .~ Just 10 > say "I just paused 10 seconds" def > end > where Twiml.Syntax{..} = def >>> show example I will pause 10 seconds starting now! I just paused 10 seconds