This is a list of forks and patches for the OCaml compiler. Most of them are experimental, either WIP or abandoned ideas.
- https://github.com/ocsigen/ocaml-eliom
- infixconstructor: Infix constructors. See ocaml#76 .
- local_open_shadow: Allow to override shadowing warning in local opens with
M.!(...). See ocaml#218 .
- format_tab: Tabulation helpers for format. See ocaml#229 .
- untypeast_bootstrap: Was used for testing ocaml#137 .