view tests/mr.ur @ 0:ad85b8813e8a

Fetched a URL
author Adam Chlipala <adam@chlipala.net>
date Tue, 11 Jan 2011 10:31:48 -0500
parents
children 8de269c09617
line wrap: on
line source
fun main () =
    txt <- Feed.fetch "http://feeds.feedburner.com/marginalrevolution/hCQh";
    return <xml>
      {[txt]}
    </xml>