diff options
Diffstat (limited to 'API')
| -rw-r--r-- | API/API.mli | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/API/API.mli b/API/API.mli index 4d9904b5f5..a042ad8028 100644 --- a/API/API.mli +++ b/API/API.mli @@ -4628,6 +4628,7 @@ sig val get_current_proof_name : unit -> Names.Id.t [@@ocaml.deprecated "use Proof_global.get_current_proof_name"] + val current_proof_statement : unit -> Names.Id.t * Decl_kinds.goal_kind * EConstr.types end module Clenv : @@ -5403,6 +5404,8 @@ sig val pp_hints_path : hints_path -> Pp.std_ppcmds val glob_hints_path : Libnames.reference hints_path_gen -> Globnames.global_reference hints_path_gen + val run_hint : hint -> + ((raw_hint * Clenv.clausenv) hint_ast -> 'r Proofview.tactic) -> 'r Proofview.tactic val typeclasses_db : hint_db_name val add_hints_init : (unit -> unit) -> unit val create_hint_db : bool -> hint_db_name -> Names.transparent_state -> bool -> unit |
