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=c56a86f81e0c1531e22c89cb8691d02c
sha512=1ddd6654325ce47394239ea36b64e4c11ddbfa4f8061e0a22dac9bc1b822253abd0cbf8d4607c7fc3bb572b0e12075a3cea7632536230057e3e069536c6a5c3b
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: 09 Jun 2021
Dependencies (5)
-
dune
>= "2.0" - result
-
ppx_deriving
>= "5.0" -
ppxlib
>= "0.22.0" -
ocaml
>= "4.05.0" & < "5.3.0"
Dev Dependencies
None
Used by (10)
-
archetype
>= "0.1.11" - ast_generic
-
catala
>= "0.3.0" & < "1.0.0~alpha" -
clangml-transforms
< "0.25" - electrod
-
flow_parser
< "0.229.1" - karamel
-
kremlin
< "transition" - morbig
- rotor
Conflicts
None
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page