diff options
| author | Enrico Tassi | 2014-12-18 16:35:46 +0100 |
|---|---|---|
| committer | Enrico Tassi | 2014-12-18 17:08:07 +0100 |
| commit | b49d803286ba9ed711313702bb4269c5e9c516fa (patch) | |
| tree | 1f0c6407edb61f112c0872377ba2cef34386d554 /proofs/proof_using.mli | |
| parent | fc3b70a11aff48eedd7b235f5732cd170a6ab8be (diff) | |
Proof using: New vernacular to name sets of section variables
Diffstat (limited to 'proofs/proof_using.mli')
| -rw-r--r-- | proofs/proof_using.mli | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/proofs/proof_using.mli b/proofs/proof_using.mli index f1731621de..ccda82c605 100644 --- a/proofs/proof_using.mli +++ b/proofs/proof_using.mli @@ -19,6 +19,8 @@ val process_expr : Environ.env -> Vernacexpr.section_subset_descr -> Constr.types list -> Names.Id.t list +val name_set : Names.Id.t -> Vernacexpr.section_subset_descr -> unit + val to_string : Vernacexpr.section_subset_descr -> string val get_default_proof_using : unit -> string option |
