Hongbo Zhang

Results 177 comments of Hongbo Zhang

yes, renaming is fine. Could you send me a patch, I would merge that directly

my bad. The original documentation(a bit outdated) would be rewritten in markdown later

## Hi, do you have any problem installing fan? There is no external dependency (and will not be) except the OCaml distribution. I did not make an opam repo since...

hi @AkechiShiro , this is an unexpected breakage Fixed in https://github.com/rescript-lang/rescript-compiler/pull/4808 I did not watch this repo, if you have any issues, feel free to report in rescript-compiler repo.

this was supported in latest releases of ReScript. Hence you get this for free if you are targeting web

@wlitwin your question is answered here:https://github.com/rescript-lang/syntax/issues/117

note the bs attribute looks good to me. ```reasonml let u =(.f0,f1)=> f0(. { f1(1) }); ``` The inferred type is ```reasonml let u: (. (. 'a) => 'b, int...

In my opinion this is a leaky abstraction, when I am using reason syntax why do I need remember that it maps to ^ in ocaml

relevant issue: https://github.com/ocaml/ocaml/pull/8820

I suggest we give a warning on this case