Module type IncrementalEngine.INSPECTION
type 'a lr1statetype productiontype item= production * int
val compare_terminals : _ terminal -> _ terminal -> intval compare_nonterminals : _ nonterminal -> _ nonterminal -> intval compare_symbols : xsymbol -> xsymbol -> intval compare_productions : production -> production -> intval compare_items : item -> item -> intval incoming_symbol : 'a lr1state -> 'a symbolval items : _ lr1state -> item listval lhs : production -> xsymbolval rhs : production -> xsymbol listval nullable : _ nonterminal -> boolval first : _ nonterminal -> _ terminal -> boolval xfirst : xsymbol -> _ terminal -> boolval foreach_terminal : (xsymbol -> 'a -> 'a) -> 'a -> 'aval foreach_terminal_but_error : (xsymbol -> 'a -> 'a) -> 'a -> 'a