aboutsummaryrefslogtreecommitdiffhomepage
path: root/toplevel/lemmas.mli
diff options
context:
space:
mode:
Diffstat (limited to 'toplevel/lemmas.mli')
-rw-r--r--toplevel/lemmas.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/toplevel/lemmas.mli b/toplevel/lemmas.mli
index 3c7000cb0..d6bc90bc3 100644
--- a/toplevel/lemmas.mli
+++ b/toplevel/lemmas.mli
@@ -28,7 +28,7 @@ val start_proof_com : goal_kind ->
val start_proof_with_initialization :
goal_kind -> (bool * lemma_possible_guards * tactic list option) option ->
- (Id.t * (types * (name list * Impargs.manual_explicitation list))) list
+ (Id.t * (types * (Name.t list * Impargs.manual_explicitation list))) list
-> int list option -> unit declaration_hook -> unit
(** A hook the next three functions pass to cook_proof *)