comparison 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
comparison
equal deleted inserted replaced
-1:000000000000 0:ad85b8813e8a
1 fun main () =
2 txt <- Feed.fetch "http://feeds.feedburner.com/marginalrevolution/hCQh";
3 return <xml>
4 {[txt]}
5 </xml>