package plebeia

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

Iteration. Parent nodes are iterated before their subnodes.

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