Advertisement
Guest User

Untitled

a guest
Apr 15th, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. ─( 13:54:30 )─< command 0 >──────────────────────────────────────{ counter: 0 }─
  2. utop # #require "lwt";;
  3.  
  4. ─( 13:54:30 )─< command 1 >──────────────────────────────────────{ counter: 0 }─
  5. utop # #require "cohttp";;
  6.  
  7. ─( 13:54:33 )─< command 2 >──────────────────────────────────────{ counter: 0 }─
  8. utop # #require "cohttp.lwt";;
  9.  
  10. ─( 13:54:37 )─< command 3 >──────────────────────────────────────{ counter: 0 }─
  11. utop # #require "core";;
  12.  
  13. ─( 13:54:40 )─< command 4 >──────────────────────────────────────{ counter: 0 }─
  14. utop # #mod_use "test.ml";;
  15. module Test : sig val server : unit Conduit_lwt_unix.io end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement