diff options
| author | Hugo Herbelin | 2014-07-07 21:34:49 +0200 |
|---|---|---|
| committer | Hugo Herbelin | 2014-07-07 21:34:49 +0200 |
| commit | a3503c0aca07f5e7f5785faa7b76123a02ecc2af (patch) | |
| tree | ae07277425e50314b0c341752a11af3055a01907 /proofs/proofview.mli | |
| parent | abad0a15ac44cb5b53b87382bb4d587d9800a0f6 (diff) | |
Revert "time tac" (committed by mistake).
This reverts commit abad0a15ac44cb5b53b87382bb4d587d9800a0f6.
Diffstat (limited to 'proofs/proofview.mli')
| -rw-r--r-- | proofs/proofview.mli | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/proofs/proofview.mli b/proofs/proofview.mli index df833a04ff..6a2d815114 100644 --- a/proofs/proofview.mli +++ b/proofs/proofview.mli @@ -261,9 +261,6 @@ exception Timeout In case of timeout if fails with [tclZERO Timeout]. *) val tclTIMEOUT : int -> 'a tactic -> 'a tactic -(** [tclTIME t] displays time for each atomic call to t *) -val tclTIME : 'a tactic -> 'a tactic - (** [mark_as_unsafe] signals that the current tactic is unsafe. *) val mark_as_unsafe : unit tactic |
