package visitors
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
An OCaml syntax extension for generating visitor classes
Install
dune-project
Dependency
Authors
Maintainers
Sources
archive.tar.gz
md5=d0adee657412e542b07b3b8f6eb6409c
sha512=a8a008f18ef2c7cf77d9e7978bdfde322d3d62a52ce70af2fa0169c36f979a515b6edacf8af2b718d0f49bb3f0c52155366ff450e41fe6b71b8ccc1439dfc812
Description
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.
Published: 20 May 2026
Dependencies (5)
-
dune
>= "2.0" - result
-
ppx_deriving
>= "5.0" -
ppxlib
>= "0.37.0" -
ocaml
>= "4.14.2"
Dev Dependencies
None
Used by (9)
-
archetype
>= "0.1.11" -
catala
>= "0.3.0" & < "1.0.0~beta" -
clangml-transforms
< "0.25" - electrod
-
flow_parser
< "0.229.1" - karamel
-
kremlin
< "transition" -
menhir-lsp
>= "0.2.1" - morbig
Conflicts
None
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page