diff options
| author | Hugo Herbelin | 2016-09-24 19:03:25 +0200 |
|---|---|---|
| committer | Hugo Herbelin | 2016-09-24 19:27:53 +0200 |
| commit | f487472a5628fdb43245e782b304705172a1f569 (patch) | |
| tree | c748816ff6b3e0a8b7cbab5888731f465120784b /proofs/tacmach.mli | |
| parent | 8463f0a3f34aa1ca314bde1f3d19a3895df9dcaa (diff) | |
Moving "move" in the new proof engine.
Diffstat (limited to 'proofs/tacmach.mli')
| -rw-r--r-- | proofs/tacmach.mli | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/proofs/tacmach.mli b/proofs/tacmach.mli index 100ed1522e..727efcf6dc 100644 --- a/proofs/tacmach.mli +++ b/proofs/tacmach.mli @@ -92,7 +92,6 @@ val refine_no_check : constr -> tactic val internal_cut : bool -> Id.t -> types -> tactic val internal_cut_rev : bool -> Id.t -> types -> tactic val refine : constr -> tactic -val move_hyp : Id.t -> Id.t move_location -> tactic (** {6 Pretty-printing functions (debug only). } *) val pr_gls : goal sigma -> Pp.std_ppcmds |
