diff options
| author | vsiles | 2010-05-04 16:56:40 +0000 |
|---|---|---|
| committer | vsiles | 2010-05-04 16:56:40 +0000 |
| commit | 0583805fa794380eb9031e2c8a147fee7facacf0 (patch) | |
| tree | fa6e0788a02d8844390fb859e7fa3c10a456ddd0 /toplevel/lemmas.mli | |
| parent | 1b350172cd8448a30ac9a4167a16ca5aaac2b619 (diff) | |
- Fixing bug #2308 about Lemma ... with
- Fixing a wierd behaviour of the goal window (scroll_at_iter doesn't work)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12991 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'toplevel/lemmas.mli')
| -rw-r--r-- | toplevel/lemmas.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toplevel/lemmas.mli b/toplevel/lemmas.mli index 6bc449d5b1..b75d569999 100644 --- a/toplevel/lemmas.mli +++ b/toplevel/lemmas.mli @@ -29,7 +29,7 @@ val start_proof_com : goal_kind -> val start_proof_with_initialization : goal_kind -> (bool * lemma_possible_guards * tactic list option) option -> (identifier * (types * (int * Impargs.manual_explicitation list))) list -> - declaration_hook -> unit + int list option -> declaration_hook -> unit (** A hook the next three functions pass to cook_proof *) val set_save_hook : (Proof.proof -> unit) -> unit |
