diff options
| author | aspiwack | 2013-11-02 15:38:36 +0000 |
|---|---|---|
| committer | aspiwack | 2013-11-02 15:38:36 +0000 |
| commit | 99efc1d3baaf818c1db0004e30a3fb611661a681 (patch) | |
| tree | 52418e5a809d770b58296a59bfa6ec69c170ea7f /proofs/proofview.mli | |
| parent | 00d30f5330f4f1dd487d5754a0fb855a784efbf0 (diff) | |
Less use of the list-based interface for goal-bound tactics.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@17002 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'proofs/proofview.mli')
| -rw-r--r-- | proofs/proofview.mli | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/proofs/proofview.mli b/proofs/proofview.mli index 5051e195a5..207df891e4 100644 --- a/proofs/proofview.mli +++ b/proofs/proofview.mli @@ -220,8 +220,6 @@ type 'a glist = private 'a list (* Notations for building tactics. *) module Notations : sig - (* Goal.bind *) - val (>-) : 'a Goal.sensitive -> ('a -> 'b Goal.sensitive) -> 'b Goal.sensitive (* tclBIND *) val (>=) : 'a tactic -> ('a -> 'b tactic) -> 'b tactic |
