package plebeia

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Traverse.IterSource

Iteration. Parent nodes are iterated before their subnodes.

Sourcetype state
Sourceval iter : (Node_type.t -> [ `Continue of Node_type.view | `Return of unit ]) -> Node_type.t -> unit
Sourceval iter_interleaved : (Node_type.t -> [ `Continue of Node_type.view | `Return of unit ]) -> Node_type.t -> (state -> [ `Left of state | `Right of unit ]) * state
OCaml

Innovation. Community. Security.