Sertop.Sertop_initSourceSerAPI flags for asynchronous processing
process_stm_flags flags transforms SerAPI flags into Coq flags
type coq_opts = {fb_handler : Format.formatter -> Feedback.feedback -> unit;callback to handle async feedback
*)ml_load : (string -> unit) option;callback to load cma/cmo files
*)debug : bool;Enable Coq Debug mode
*)allow_sprop : bool;allow using the proof irrelevant SProp sort (default=true)
*)indices_matter : bool;Levels of indices (and nonuniform parameters) contribute to the level of inductives
*)}coq_init opts Initialize Coq. This doesn't create a Proof Document.
val update_fb_handler :
pp_feed:(Format.formatter -> Feedback.feedback -> unit) ->
Format.formatter ->
unit