.TH "CamlinternalMenhirLib.EngineTypes.TABLE.Log" 3 2025-01-20 OCamldoc "OCaml library" .SH NAME CamlinternalMenhirLib.EngineTypes.TABLE.Log \- no description .SH Module Module CamlinternalMenhirLib.EngineTypes.TABLE.Log .SH Documentation .sp Module .BI "Log" : .B sig end .sp .sp .sp .sp .I type state .sp .sp .I type terminal .sp .sp .I type production .sp .sp .I val state : .B state -> unit .sp .sp .I val shift : .B terminal -> .B state -> unit .sp .sp .I val reduce_or_accept : .B production -> unit .sp .sp .I val lookahead_token : .B terminal -> .B Lexing.position -> Lexing.position -> unit .sp .sp .I val initiating_error_handling : .B unit -> unit .sp .sp .I val resuming_error_handling : .B unit -> unit .sp .sp .I val handling_error : .B state -> unit .sp .sp