| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-07-22 | [Int63] Implement all primitives in OCaml | Vincent Laporte | |
| Primitive operations addc, addcarryc, subc, subcarryc, and diveucl are implemented in the kernel so that they can be used by OCaml code (e.g., extracted code) as the other primitives. | |||
| 2019-07-22 | [Extraction] Add support for primitive integers | Vincent Laporte | |
| The ExtrOCamlInt63 module can be required to map primitives from the Int63 module to their OCaml implementation (module Uint63 from the kernel). | |||
