package ppx_show

  1. Overview
  2. Docs
OCaml PPX deriver for deriving show based on ppxlib

Install

Dune Dependency

Authors

Maintainers

Sources

v0.2.1.tar.gz
sha512=64e9a8c7e413cee961baae3e805cb221469f17071ba2c2593b30a68b9209112908cfc21686d12e2997ff45b1c9924e5bd80a156408f495a41b197609b85b4529

CHANGES.md.html

2021-02-28, version 0.2.1

  • Fix #1: incompatibility with toplevel (Reported by Daian Yue).

2020-05-21, version 0.2.0

  • Reverse the parenthesis and the constructor name for single argument, to make more outputs parsable by OCaml (e.g. Constructor (ref (42))) (Suggested by Sebastien Mondet).

  • Update to ppxlib 0.9.0.