-
In this library, the extension `[%guard]` must appear as the first operand of the operator `;`. If it appears anywhere else, it does not get processed. This is fine, but the extension is currently i…
-
I have a pre-processor that emits AST and works fine via ocamlc -pp ...
In a .merlin file I have "FLG -pp ./yaccy"
Invoking merlin in order to get feedback I do:
cat demo.ml |ocamlmerlin single e…
-
Code like this
```
let%bind res = somefunc ... in
match res with
...
```
triggers `Using 'function' is recommended` alert, though we can't really rewrite this with `function`.
-
I'm working on a ppx where the test cases are written in Reason. Right now I have to manually run these test cases through refmt and write `.ml` files, that I feed to the omp driver with `--impl` flag…
-
I have a table which has a field that is a nullable foreign key. When I try to compile I get this:
I have a table with a primary key that is of type `VARCHAR` and is referenced by another table, bu…
donut updated
7 years ago
-
## Current situation
As usual, we have different kinds of docs: a ~[manual](https://ppxlib.readthedocs.io/en/latest/)~ (outdated), the [API documentation with integrated manual](https://v3.ocaml.or…
-
If I try to derive `eq` from imported types, I get the following error message:
```
Error: eq cannot be derived for fully abstract types
```
The setup is as follows:
_mod.mli_
```
type fo…
-
I tried the following but it doesn't seem to have worked:
```
git clone git@github.com:uwplse/verdi.git deps/verdi
(cd coq-projects/verdi && opam install -y --ignore-constraints-on=coq .)
# this d…
-
Apologies if this has already been discussed elsewhere:
Are there plans to implement a macro system for gleam? If so, has any thought been put into the syntax/mechanics of such a system (i.e. more …
-
**ATTENTION!** If you don't follow this template then your issue will be immediately closed.
## Description of the problem
Using Brave browser. But since Brave is basically Chrome I assume it happ…