Hezekiah M. Carty
Hezekiah M. Carty
Hey! Sorry for taking so long to respond. I'd like to upgrade at some point but it'll be a little while before I have a chance to do so. PRs...
Good point. If ocamlfind support is going to stick around directly in ocamlbrew it's worth adding a check for prerequisites.
> should we import into a specific subdirectory? It may be worth specifying only a top-level target directory and using a (potentially simplified) subset of the URL as a subdirectory...
Maybe it's worth adding a "skip" option for code blocks? It could be something that only shows up when a block fails to evaluate.
I'd like to have access to these submodules as well!
A useful start would be equivalent to the vim interface's `:MerlinTypeOf `
I like this a lot overall! This is tempting to use in work and personal projects, particularly when multiple resources using nested `with_x` functions are involved. Calls to `Fun.protect` with...
IIRC, the old syntax update the value in a reference was: ```reason lastId = !lastId + 1; ``` I'm not sure `:=` should be converted into prefix form like that,...
This was fixed in Reason's master branch a little while ago with the merge of https://github.com/facebook/reason/pull/1873.
Do you have an example of what you would want the interface to look like? I could see something along the lines of the following being simple but useful wrappers:...