-
I am using Ecode in Haiku, and I set up the OCaml LSP with the following configuration:
```json
"servers": [
{
"command": "/boot/home/dev/ocaml-lsp/_build/default/ocaml-lsp-server/bi…
-
Hey folks! I've finally got all of Wasm GC implemented for Wasmtime and all spec tests passing.[^1] I also have a sizable backlog of potential optimizations to do. But, of course, it seems pretty sill…
-
```
What steps will reproduce the problem?
1. Compile ocaml-patterns with 3.10.0
2. Compile examples/eval.ml with ocaml 3.09.3 using either:
ocamlc -pp ./patterns examples/eval.ml
or
ocamlc -pp …
-
Rust and OCaml, and I assume other languages that support Sail's style of pattern matching let you have multiple patterns for one match branch:
```
match some_int {
0 | 1 => ...
3 | 8 | 10…
-
**Describe the bug**
Processing file results in the following fatal error:
nic@Nics-MacBook tezos.tezos % ocamlformat src/lib_epoxy_tx/tx_rollup.ml >out
ocamlformat: Cannot process "src/…
-
During the `oasis setup` stage the following is reported on my Mac with OCaml `4.04.2`:
```W: Cannot find source file matching module 'Nanomsg_bindings' in library nanomsg.
W: Use InterfacePattern…
ghost updated
7 years ago
-
I made an OCaml syntax highlighter for LiteXL, and trying to use it with the LSP server (ocaml-lsp) I realized that probably the "languageId" property (in init.lua) is set incorrectly (at least as per…
-
Subscribe to this issue and stay notified about new [daily trending repos in OCaml](https://github.com/trending/ocaml?since=daily).
-
Same as https://github.com/ocaml/merlin/issues/725 but for Vim.
Vim 8 and Neovim now support asynchronous job execution, and there are several plugins for asynchronous completion that support both …
-
[semgrep](https://github.com/returntocorp/semgrep) is a "linter by counterexample" that works for a number of languages.
It's [Makefile](https://github.com/returntocorp/semgrep/blob/develop/Makefil…