package visitors

  1. Overview
  2. Docs
An OCaml syntax extension for generating visitor classes

Install

Dune Dependency

Authors

Maintainers

Sources

archive.tar.gz
md5=c56a86f81e0c1531e22c89cb8691d02c
sha512=1ddd6654325ce47394239ea36b64e4c11ddbfa4f8061e0a22dac9bc1b822253abd0cbf8d4607c7fc3bb572b0e12075a3cea7632536230057e3e069536c6a5c3b

doc/visitors.runtime/VisitorsRuntime/index.html

Module VisitorsRuntimeSource

Sourceval array_equal : ('a -> 'b -> bool) -> 'a array -> 'b array -> bool
Sourceexception StructuralMismatch
Sourceval fail : unit -> 'a
Sourceval wrap : ('a -> 'b) -> 'a -> bool
Sourceval wrap2 : ('a -> 'b -> 'c) -> 'a -> 'b -> bool
Sourceclass virtual 's monoid : object ... end
Sourceclass +'a addition_monoid : object ... end
Sourceclass +'a unit_monoid : object ... end
Sourceclass 'self iter : object ... end
Sourceclass 'self map : object ... end
Sourceclass 'self endo : object ... end
Sourceclass virtual +'a reduce : object ... end
Sourceclass virtual +'a mapreduce : object ... end
Sourceclass 'self fold : object ... end
Sourceclass 'self iter2 : object ... end
Sourceclass 'self map2 : object ... end
Sourceclass virtual +'a reduce2 : object ... end
Sourceclass virtual 'self mapreduce2 : object ... end
Sourceclass 'self fold2 : object ... end
OCaml

Innovation. Community. Security.