-
Using ppx, it should be rather easy to do. Something of the form:
``` ocaml
{furl|foo.org/bar/%i*?babar=%f?|furl}
```
This would allow to keep a readable syntax while avoiding the value restriction,…
-
This is just a suggestion, but IMHO it would make sense to implement a small Coq program that given an OCaml type [for example, `constr_expr` , the Coq's AST] would generate the corresponding `.ts` fi…
-
Hello!
I'm a french student in my first year of prepatory school and in my cs class we've been using ocaml for a few months now and I really wanted to set vscode up to compile and debug my projects o…
-
* [ ] Variant constructor support for expr-level `[@l]`
```ocaml
let rec expr = function
| `Begin es ->
`Begin (`Let ("_", es [@l], `Unit))
(* Desugar to: *)
| `Begin es ->
List.ma…
-
The code uses syntax like `let (let*) = Lwt.bind in` that is supported OCaml 4.08.1 onward. Luckily `dune` has preprosessing support to enable this syntax with older compilers and we should use it so …
-
I tried building Onivim2 using docker from https://onivim.github.io/docs/for-developers/building#docker-build-linux
For some reason, the command `docker build --network=host -t centos scripts/docke…
-
`ppxlib` is missing a manual. Right now the only "doc" available is existing code or the various `.mli` files. A manual is necessary for a piece of the ecosystem as central as `ppxlib`. See https://di…
-
(Interestingly on the issue with ocaml-lsp not working well in Dream, someone else has already filed a ticket https://github.com/aantron/dream/issues/155 )
Thank you for this important and substant…
-
Failed to install OCaml dependencies to your local opam switch
The scaffolding process failed while running
`opam install . --deps-only --yes`. Opam is OCaml and ReasonML's package
manage…
-
(I am just posting for the record an installation failure that I ran into last night
but can't investigate right now, hoping somebody as a quick clue.)
This opam command (see [1] for the context):…