package ppxlib

  1. Overview
  2. Docs
Base library and tools for ppx rewriters

Install

Dune Dependency

Authors

Maintainers

Sources

0.8.0.tar.gz
sha256=22c3989affe54df7681603d76b26edb923f5d02bec5b3959729dd133e9fc79e2
md5=9b1cfe1ae58d7ad851ed5618c1bf64a0

doc/ppxlib.traverse_builtins/Ppxlib_traverse_builtins/T/index.html

Module Ppxlib_traverse_builtins.T

type 'a map = 'a -> 'a
type 'a iter = 'a -> unit
type ('a, 'acc) fold = 'a -> 'acc -> 'acc
type ('a, 'acc) fold_map = 'a -> 'acc -> 'a * 'acc
type ('ctx, 'a) map_with_context = 'ctx -> 'a -> 'a
type ('a, 'res) lift = 'a -> 'res
OCaml

Innovation. Community. Security.