Advertisement
Guest User

>>=

a guest
Dec 19th, 2016
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.                 readall fd >>= fun a ->
  2.                 Lwt_io.printf "readall result\n%s\n%!" a >>= fun () ->
  3.                 Lwt_unix.close fd;
  4.                 Lwt.return ()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement