Loïc Runarvot

Results 3 comments of Loïc Runarvot

Actually it's not supported, but it's just a simple case to add; but it will need a relaxed type for the `require` function (which is actually `string -> Ojs.t`). A...

@dannywillems Well infact, with this version, it's possible to have function but it's not convenient. Requiring a function could be written as ```ocaml val my_fun_module : Ojs.t Lazy.t [@@js.require "myModule"]...

There is still an issue with the produced output: ``` ➜ rlwrap ocaml -dsource OCaml version 4.02.1+dev0-2014-08-29 # let f (implicit M : Map.S) () = ();; let f (implicit...