(************************************************************************) (* v * The Coq Proof Assistant / The Coq Development Team *) (* unit val close_glob_file : unit -> unit val start_dump_glob : string -> unit val end_dump_glob : unit -> unit val dump : unit -> bool val noglob : unit -> unit val dump_to_stdout : unit -> unit val dump_into_file : string -> unit val dump_to_dotglob : unit -> unit val pause : unit -> unit val continue : unit -> unit type coqdoc_state = Lexer.location_table val coqdoc_freeze : unit -> coqdoc_state val coqdoc_unfreeze : coqdoc_state -> unit val add_glob : Pp.loc -> Libnames.global_reference -> unit val add_glob_kn : Pp.loc -> Names.kernel_name -> unit val dump_definition : Pp.loc * Names.identifier -> bool -> string -> unit val dump_moddef : Pp.loc -> Names.module_path -> string -> unit val dump_modref : Pp.loc -> Names.module_path -> string -> unit val dump_reference : Pp.loc -> string -> string -> string -> unit val dump_libref : Pp.loc -> Names.dir_path -> string -> unit val dump_notation_location : (int * int) list -> Constrexpr.notation -> (Notation.notation_location * Notation_term.scope_name option) -> unit val dump_binding : Pp.loc -> Names.Idset.elt -> unit val dump_notation : Pp.loc * (Constrexpr.notation * Notation.notation_location) -> Notation_term.scope_name option -> bool -> unit val dump_constraint : Constrexpr.typeclass_constraint -> bool -> string -> unit val dump_string : string -> unit