diff options
| author | Hugo Herbelin | 2017-06-25 16:24:30 +0200 |
|---|---|---|
| committer | Hugo Herbelin | 2017-06-25 21:30:09 +0200 |
| commit | 9e1372f77218ca6f0baf4ed7c590c91ad84b6313 (patch) | |
| tree | f75c23cb31a84f6010e15a7ec612640d6cac5e0d /proofs/tacmach.mli | |
| parent | 7446e3e1555c0f41373b71b92a3f01f060e8e0e0 (diff) | |
Moving "assert" (internally "Cut") to the new proof engine.
It allows in particular to have "Info" on tactic "assert" and
derivatives not to give an "<unknown>".
Diffstat (limited to 'proofs/tacmach.mli')
| -rw-r--r-- | proofs/tacmach.mli | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/proofs/tacmach.mli b/proofs/tacmach.mli index 3d2fa72c17..aac7b90ee4 100644 --- a/proofs/tacmach.mli +++ b/proofs/tacmach.mli @@ -84,13 +84,10 @@ val pf_is_matching : goal sigma -> constr_pattern -> constr -> bool (** {6 The most primitive tactics. } *) val refiner : rule -> tactic -val internal_cut_no_check : bool -> Id.t -> types -> tactic val refine_no_check : constr -> tactic (** {6 The most primitive tactics with consistency and type checking } *) -val internal_cut : bool -> Id.t -> types -> tactic -val internal_cut_rev : bool -> Id.t -> types -> tactic val refine : constr -> tactic (** {6 Pretty-printing functions (debug only). } *) |
