aboutsummaryrefslogtreecommitdiff
path: root/toplevel/lemmas.mli
diff options
context:
space:
mode:
Diffstat (limited to 'toplevel/lemmas.mli')
-rw-r--r--toplevel/lemmas.mli6
1 files changed, 3 insertions, 3 deletions
diff --git a/toplevel/lemmas.mli b/toplevel/lemmas.mli
index 8b496f82b9..35d6aaa268 100644
--- a/toplevel/lemmas.mli
+++ b/toplevel/lemmas.mli
@@ -20,16 +20,16 @@ val set_start_hook : (types -> unit) -> unit
val start_proof : identifier -> goal_kind -> types ->
?init_tac:tactic -> ?compute_guard:lemma_possible_guards ->
- declaration_hook -> unit
+ unit declaration_hook -> unit
val start_proof_com : goal_kind ->
(lident option * (local_binder list * constr_expr * (lident option * recursion_order_expr) option)) list ->
- declaration_hook -> unit
+ unit declaration_hook -> unit
val start_proof_with_initialization :
goal_kind -> (bool * lemma_possible_guards * tactic list option) option ->
(identifier * (types * (name list * Impargs.manual_explicitation list))) list
- -> int list option -> declaration_hook -> unit
+ -> int list option -> unit declaration_hook -> unit
(** A hook the next three functions pass to cook_proof *)
val set_save_hook : (Proof.proof -> unit) -> unit