package dum

  1. Overview
  2. Docs
Inspect the runtime representation of arbitrary OCaml values

Install

Dune Dependency

Authors

Maintainers

Sources

v1.0.1.tar.gz
md5=aa5bd1ea89d2f5881c18652545361a1c

Description

Dum is a library for inspecting the runtime representation of arbitrary OCaml values. Shared or cyclic data are detected and labelled. This guarantees that printing would always terminate. This makes it possible to print values such as closures, objects or exceptions in depth and without risk.

Published: 21 Nov 2013

Dependencies (3)

  1. easy-format
  2. ocamlfind
  3. ocaml < "5.0.0"

Dev Dependencies

None

Used by

None

Conflicts

None