Module type IncrementalEngine.EVERYTHING
include INCREMENTAL_ENGINE
type 'a checkpoint = private - | InputNeeded of 'a env
- | Shifting of 'a env * 'a env * bool
- | AboutToReduce of 'a env * production
- | HandlingError of 'a env
- | Accepted of 'a
- | Rejected
type strategy = [ - | `Legacy
- | `Simplified
 ]val pop_many : int -> 'a env -> 'a env optionval current_state_number : 'a env -> intval equal : 'a env -> 'a env -> boolval env_has_default_reduction : 'a env -> boolval state_has_default_reduction : _ lr1state -> boolval pop : 'a env -> 'a env option