package earley

  1. Overview
  2. Docs

Module Earley_core.UtilsSource

Sourceval eq_closure : 'a. 'a -> 'a -> bool
Sourcemodule EqHashtbl : sig ... end
Sourcemodule Fixpoint : sig ... end

This modules implements a computation of a fixpoints for valus that depends upon other values. Cycles are handled through update of references. If the fixpoint is not reached, this might loop.

OCaml

Innovation. Community. Security.