Advertisement
Guest User

Untitled

a guest
Oct 14th, 2014
315
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
OCaml 0.13 KB | None | 0 0
  1. Cohttp_lwt_unix.Client.get (Uri.of_string "http://planet.ocamlcore.org/opml.xml") >>= fun (_, body) -> Cohttp_lwt_body.to_string body;;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement