diff options
| author | Enrico Tassi | 2020-10-12 16:52:27 +0200 |
|---|---|---|
| committer | Enrico Tassi | 2020-11-02 10:04:48 +0100 |
| commit | a464fdc040a77022dd9e6e57129f80144918ace6 (patch) | |
| tree | 770646d8c3640803061b49fbc6c4916f00259d18 /vernac | |
| parent | 39e45f296afefc936e3a63836d7f56c482ddee7a (diff) | |
document Proof.compact
Diffstat (limited to 'vernac')
| -rw-r--r-- | vernac/declare.mli | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vernac/declare.mli b/vernac/declare.mli index 4f86dd472b..8e6456d834 100644 --- a/vernac/declare.mli +++ b/vernac/declare.mli @@ -245,6 +245,8 @@ module Proof : sig * (w.r.t. type dependencies and let-ins covered by it) *) val set_used_variables : t -> Names.Id.t list -> Constr.named_context * t + (** Compacts the representation of the proof by pruning all intermediate + terms *) val compact : t -> t (** Update the proof's universe information typically after a |
