-
### Type of Controller
Hori gamecube USB-A
https://www.amazon.fr/gp/product/B01AD478L6/ref=ppx_yo_dt_b_asin_title_o00_s00?ie=UTF8&psc=1
### OS Version
Mac OS 13.1
### Driver Version
[360Contr…
-
I updated my system, which installed ocaml v4.10.0, which no longer supports ocamlp4. It looks like the alternative recommendation is PPX, but automatic translation with https://github.com/janestreet/…
-
Didn't know where to put this, so sorry for that, but it made such a difference with my belted z setup that I had to share.
After something like two years of using this mod, I decided to try PC wh…
-
I guess this package is not compatible with dune? Are there any plans to make it compatible?
-
Is there any usage documentation of the syntax extension? If not, could you provide some basic examples?
Thanks.
-
From https://github.com/ocsigen/lwt/issues/411#issuecomment-311214821:
> it is possible to both apply a PPX and preprocess with cppo, but it requires the [separate] cppo `rule` stanza, and so presu…
-
mk270 updated
7 years ago
-
This is a brain dump of an idea I've had for a long time around how we can make codegen a first class citizen that's easy to use and orchestrate in ReScript. I'm posting this here in the Rewatch repo …
-
Hello!
I'm working on a Ppxlib deriving extension which transforms types into functions (specifically deriving serialization decoders).
I would like to somehow make all of the generated functi…
-
To be able to do
```ocaml
[%%cstruct type struct_type1 = {
a: uint8_t;
b: uint32_t;
c: uint8_t [@len 16];
} [@@little_endian]
]
[%%cstruct type struct_type2 = {
…