ocaml-gist
ocaml-gist copied to clipboard
Tooling to assist with OCaml gist experiences on the web
Results
21
ocaml-gist issues
Sort by
recently updated
recently updated
newest added
When moving from `List.iter` to `List.iter2`, the autocomplete suggestions are not reduced to only the `iter2`.This is because the gist tool uses syntax errors as a hint to show the...
Currently cmi's are loaded on demand if you do autocomplete. Instead they should be loaded whenever the source code is type checked. This should fix the problem of not being...
bug