package morbig

  1. Overview
  2. Docs

Visitors for concrete syntax trees.

This module contains all the visitors that can be generated using  the PPX visitors library, namely:

  • iter
  • map
  • reduce
  • mapreduce
  • iter2
  • map2
  • reduce2

The generated type for visitors on the whole concrete syntax tree can be huge, which makes them unreadable and the files containing them ridiculously big. They are therefore not generated and not shown here. We refer the user to the documentation of visitors.

OCaml

Innovation. Community. Security.