package acgtk

  1. Overview
  2. Docs

This module implements a depth-first array traversal. It is depth-first in order to fit with backtracking when cells contain persistent array.

module type Evaluator_TYPE = sig ... end
module Make (E : Evaluator_TYPE) : sig ... end
module type Evaluator_TYPE2 = sig ... end
module Make2 (E : Evaluator_TYPE2) : sig ... end