package earley

  1. Overview
  2. Docs

This type is the state of the parsing table for the current position it only hold 'a final elements whose end are the current position, the keys are the buffer uid's, column position and uid of the full and rest rules

type t = int * int * int
val equal : ('a * 'b * 'c) -> ('d * 'e * 'f) -> bool
val hash : ('a * 'b * 'c) -> 'd