visitorsversion Documentation on ocaml.org
An OCaml syntax extension for generating visitor classes
Annotating an algebraic data type definition with [@@deriving visitors { ... }] causes visitor classes to be automatically generated. A visitor is an object that knows how to traverse and transform a data structure.
| Author | François Pottier <francois.pottier@inria.fr> |
|---|---|
| License | LGPL-2.1-only |
| Published | |
| Homepage | https://gitlab.inria.fr/fpottier/visitors |
| Issue Tracker | francois.pottier@inria.fr |
| Maintainer | francois.pottier@inria.fr |
| Dependencies |
|
| Source [http] | https://gitlab.inria.fr/fpottier/visitors/-/archive/20251114/archive.tar.gz md5=7c01160dbafe507efc1e8e1dcf77e8f8 sha512=4925ff567954f2da32ea41a87ca2740689bb86e0d37dd9d95ef6eee3f8dd6b8081d513ff919ed29517c98d79ec5175f81f51df3d5c6afce1a162b50797225f14 |
| Edit | https://github.com/ocaml/opam-repository/tree/master/packages/visitors/visitors.20251114/opam |
Required by
- archetype>=0.1.11
- catala>=0.3.0 & <1.0.0~alpha
- clangml-transforms<0.25
- electrod
- flow_parserbuild & <0.229.1
- karamel
- kremlin<transition
- morbig
- rotor


