package genprint

  1. Overview
  2. Docs
PPX syntax extension and library package for printing values of any type

Install

Dune Dependency

Authors

Maintainers

Sources

v0.4.tar.gz
md5=dc698dd8c97112c296a529781f1365b6

CHANGES.md.html

Genprint v0.4

  • integration with ocamldebug (4.07.1/4.10.0 only)

Genprint v0.3

  • drawbacks of the prior version dealt with:

    • didn't work at all on 4.08

    • needed an environment variable set to locate .cmt files when working with Dune

    • more often than not data of interest was printed as due to signatures.

    location of .cmt files is now handled automatically while abstracted data structures are made visible, which applies to modules both statically defined and in expression form. the range of compiler versions tested: 4.04.2 -> 4.10.0

  • [%install_printer ] / [remove_printer ] added to install/remove a custom printer as per the REPL

Genprint v0.1/v0.2

  • intitial release with near instantaneous bug fix!