Module CamlinternalMenhirLib.InspectionTableInterpreter
module InspectionTableInterpreter:sig..end
module Symbols: functor (T : sigtype 'a terminal
type 'a nonterminal
end) ->CamlinternalMenhirLib.IncrementalEngine.SYMBOLSwith type 'a terminal := 'a T.terminal and type 'a nonterminal := 'a T.nonterminal
module Make: functor (TT : CamlinternalMenhirLib.TableFormat.TABLES) -> functor (IT : CamlinternalMenhirLib.InspectionTableFormat.TABLES
with type 'a lr1state = int) -> functor (ET : CamlinternalMenhirLib.EngineTypes.TABLE
with type terminal = int
and type nonterminal = int
and type semantic_value = Obj.t) -> functor (E : sigtype'aenv =(ET.state, ET.semantic_value, ET.token) CamlinternalMenhirLib.EngineTypes.env
end) ->CamlinternalMenhirLib.IncrementalEngine.INSPECTIONwith 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
The present documentation is copyright Institut National de Recherche en Informatique et en Automatique (INRIA). A complete version can be obtained from this page.