module type INCREMENTAL_ENGINE_START = sig .. end
sig
end
type state
type semantic_value
type 'a checkpoint
'a
val start : state -> Lexing.position -> semantic_value checkpoint
state -> Lexing.position -> semantic_value checkpoint