package inspect

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

Install

Dune Dependency

Authors

Maintainers

Sources

v0.2.1.tar.gz
md5=5d7fedff7522a82d13ad9a1abb1f1399

Description

Inspect is a small library to inspect arbitrary OCaml values and their associated object graph by either dumping them as S-expressions (with sharing and references for recursive values), or by writing output in the DOT-language which can then be further processed by Graphviz.

Published: 21 Nov 2013

Dependencies (2)

  1. ocamlfind
  2. ocaml

Dev Dependencies

None

Used by

None

Conflicts

None