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.ml | |
| 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.ml')
| -rw-r--r-- | proofs/proofview.ml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/proofs/proofview.ml b/proofs/proofview.ml index 1e0cc7c24c..8a3511651f 100644 --- a/proofs/proofview.ml +++ b/proofs/proofview.ml @@ -548,7 +548,6 @@ let in_proofview p k = type 'a glist = 'a list module Notations = struct - let (>-) = Goal.bind let (>=) = tclBIND let (>>=) t k = t >= fun l -> |
