-
# Question
[Offical doumentation](https://reasonml.github.io/docs/en/pipe-first) mentions only pipe-first (`->`). It's only available when using together with BuckleScript and doesn't exist in nati…
-
Started using bucklescript yesterday, and the ocaml plugin in VSCode has a weird behaviour.
Initially, when I got merlin, autocomplete worked fine. Once I started working on examples on bucklescript,…
-
Map's aren't mutable so this prevents us from adding new parselets at runtime.
-
This is an issue to track alternatives to `js_of_ocaml`; personally, `js_of_ocaml` has been serving us super well and it is hard to have a better tradeoff; however lack of tail call remains and issue,…
-
# Question
When looking for a standard library in Reason you can get lost quickly. There are a few options. Reason Pervasives which works on native and when using BuckleScript - pipe-last (`|>`) op…
-
plugin version: 0.81
I build `coq` from the command line. It would be quite helpful for ReasonML to highlight some syntax errors/questionable constructs in real time. It doesn't have to be 100% c…
-
When using [@bs] to uncurry a function it is applied deeply. Probably it's better to apply it only on the most shallow level:
```
[@bs] uncurriedFun({
normalFun(1)
});
```
In this case the…
-
There are some official Belt functions that use `Js.Undefined`, but it's not documented on the Reason or BuckleScript docs. The page on `option` mentions how to use [`Js.Nullable` for interoperability…
-
See discussion [of analogous task for JSONSchema type definitions](https://github.com/danwang/json-schema-validator-generator/issues/3) and [discussion of Bucklescript as codegen target](https://githu…
-
"Codecs" is a name that I like to use in my top-level projects, and I've run into problems with my module colliding with Decco's "Codecs" module. Would you consider namespacing, so that "Codecs" becom…