diff options
| author | Pierre-Marie Pédrot | 2015-08-19 18:30:50 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2015-08-19 18:31:30 +0200 |
| commit | 3696238f8dd435426080ba7d1b40c8ceacacb6ee (patch) | |
| tree | 56dbe457b04827c601152e071baa513930db7aed /stm | |
| parent | 00f333fe7ae2e7bd4ced4be78d24737e62a7b369 (diff) | |
Documentation by giving a name to a large type.
Diffstat (limited to 'stm')
| -rw-r--r-- | stm/lemmas.mli | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/stm/lemmas.mli b/stm/lemmas.mli index a0ddd265cb..6556aa2297 100644 --- a/stm/lemmas.mli +++ b/stm/lemmas.mli @@ -32,8 +32,7 @@ val start_proof_univs : Id.t -> goal_kind -> Evd.evar_map -> ?sign:Environ.named ?init_tac:unit Proofview.tactic -> ?compute_guard:lemma_possible_guards -> (Proof_global.proof_universes option -> unit declaration_hook) -> unit -val start_proof_com : goal_kind -> - (lident option * (local_binder list * constr_expr * (lident option * recursion_order_expr) option)) list -> +val start_proof_com : goal_kind -> Vernacexpr.proof_expr list -> unit declaration_hook -> unit val start_proof_with_initialization : |
