Advertisement
Guest User

Untitled

a guest
Jun 18th, 2016
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. module JavaScriptCore = struct
  2.  
  3. include JavaScriptCore
  4.  
  5. module Node = struct
  6.  
  7. module Fs = struct
  8.  
  9. let read_file_sync () = print_endline "Reading a file"
  10.  
  11. end
  12. end
  13. end
  14.  
  15. open JavaScriptCore
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement