Default any type in OCaml
- OCaml 92.9%
- Dune 6.3%
- Standard ML 0.8%
|
|
||
|---|---|---|
| tests | ||
| .gitignore | ||
| CHANGES.md | ||
| dune | ||
| dune-project | ||
| LICENSE | ||
| ppx_default.ml | ||
| ppx_default.opam | ||
| README.md | ||
ppx_default
The idea is to generate the default value of any record (and inductive types).
Check tests to see how it works :)