The unpac monorepo manager self-hosting as a monorepo using unpac
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

AsciiDoc: emojify

+3 -3
+1 -1
CONTRIBUTING.md
··· 1 1 # How to contribute changes 2 2 3 - :+1::tada: First off, thank you for taking time to contribute! :tada::+1: 3 + 👍🎉 First off, thank you for taking time to contribute! 👍🎉 4 4 5 5 The following is a set of guidelines for proposing changes to the 6 6 OCaml distribution. These are just guidelines, not rules, use your
+1 -1
HACKING.adoc
··· 1 - = Hacking the compiler :camel: 1 + = Hacking the compiler 🐫 2 2 3 3 This document is a work-in-progress attempt to provide useful 4 4 information for people willing to inspect or modify the compiler
+1 -1
typing/HACKING.adoc
··· 3 3 inference. Here is a reading list to ease your discovery of the 4 4 typechecker: 5 5 6 - http://caml.inria.fr/pub/docs/u3-ocaml/index.html[Using, Understanding, and Unraveling the OCaml Language by Didier Rémy] :: 6 + http://caml.inria.fr/pub/docs/u3-ocaml/index.html[Using, Understanding, and Unraveling the OCaml Language by Didier Rémy] :: 7 7 This book provides (among other things) a formal description of parts 8 8 of the core OCaml language, starting with a simple Core ML. 9 9