Skip to content

Commit

Permalink
document Proof.compact
Browse files Browse the repository at this point in the history
  • Loading branch information
gares committed Nov 2, 2020
1 parent 39e45f2 commit a464fdc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vernac/declare.mli
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a464fdc

Please sign in to comment.