package dum

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

Install

Authors

Maintainers

Sources

dum-1.0.3.tbz
sha256=645a23503fc8a315530df1b2876c2f785b12cf80f5f692a41eb36e53e2c52651
sha512=f572326af6c295b8c27a54ef6d82309a71b0e31ab5f167b75ac0193350b2f59c8a355e61e83c6ad46e5562b355115f6a116148db097c648abbdd1d3d5573935c

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: 07 Jun 2022

Dependencies (3)

  1. easy-format
  2. dune >= "2.0"
  3. ocaml < "5.0.0"

Dev Dependencies

None

Conflicts

None