CamlinternalMenhirLib.InspectionTableInterpretermodule Symbols
  (T : sig ... end) : 
  IncrementalEngine.SYMBOLS
    with type 'a terminal := 'a T.terminal
     and type 'a nonterminal := 'a T.nonterminalmodule Make
  (TT : TableFormat.TABLES)
  (IT : InspectionTableFormat.TABLES with type 'a lr1state = int)
  (ET : 
    EngineTypes.TABLE
      with type terminal = int
       and type nonterminal = int
       and type semantic_value = Obj.t)
  (E : sig ... end) : 
  IncrementalEngine.INSPECTION
    with type 'a terminal := 'a IT.terminal
     and type 'a nonterminal := 'a IT.nonterminal
     and type 'a lr1state := 'a IT.lr1state
     and type production := int
     and type 'a env := 'a E.env