stedolan / malfunction

Malfunctional Programming
Other
336 stars 19 forks source link

Support for inline P_ primitives #8

Closed DemiMarie closed 7 years ago

DemiMarie commented 8 years ago

OCaml has many primitives in Lambda, which are mostly generated from %-primitives in the source code. It would be nice to add support for these.

stedolan commented 7 years ago

Those primitives come and go from version to version. It's definitely not the point of malfunction to support every primitive that a particular version of ocaml allows.