Default any type in OCaml
  • OCaml 92.9%
  • Dune 6.3%
  • Standard ML 0.8%
Find a file
2025-08-08 22:40:41 +01:00
tests ppx_default, tests: adding support for outside types 2024-04-07 13:11:09 +01:00
.gitignore ppx_default: first prototype 2024-04-07 13:11:08 +01:00
CHANGES.md changes 2024-04-07 13:11:09 +01:00
dune ppx_default: first prototype 2024-04-07 13:11:08 +01:00
dune-project dune-project: ppxlib version 2024-04-07 13:11:09 +01:00
LICENSE Create LICENSE 2024-04-07 13:11:09 +01:00
ppx_default.ml Prepare for 5.2 AST bump 2024-10-26 15:54:47 +01:00
ppx_default.opam dune-project: ppxlib version 2024-04-07 13:11:09 +01:00
README.md readme: Initializing the readme 2024-04-07 13:11:09 +01:00

ppx_default

The idea is to generate the default value of any record (and inductive types).

Check tests to see how it works :)