pkgsrc-wip/ocaml-typerep/DESCR
Hiramatsu Yoshifumi 13c1fbd555 Add OCaml library typerep into wip/ocaml-typerep.
This library defines a syntax extension for OCaml using Camlp4 that
can be used to define first class values representing record fields,
and additional routines, to get and set record fields, iterate and
fold over all fields of a record and create new record values.
2015-02-13 05:28:28 +00:00

4 lines
267 B
Text

This library defines a syntax extension for OCaml using Camlp4 that
can be used to define first class values representing record fields,
and additional routines, to get and set record fields, iterate and
fold over all fields of a record and create new record values.