aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Arnaud Spiwack <arnaud@spiwack.net>2014-07-30 12:08:30 +0200
committerGravatar Arnaud Spiwack <arnaud@spiwack.net>2014-08-01 19:18:58 +0200
commitd1021e99b53e337d9c92a64758257fc2052e3ec7 (patch)
treeccf05a508e22d3541604087fa2ad2857003a8b46
parentd9373b78578ded3154b3c23447513e6291be90d2 (diff)
Clean outdated comment in Proofview.Notations.
-rw-r--r--proofs/proofview.mli5
1 files changed, 0 insertions, 5 deletions
diff --git a/proofs/proofview.mli b/proofs/proofview.mli
index 6e73e6cc7..b15d922dc 100644
--- a/proofs/proofview.mli
+++ b/proofs/proofview.mli
@@ -305,11 +305,6 @@ module Notations : sig
(* tclBIND *)
val (>>=) : 'a tactic -> ('a -> 'b tactic) -> 'b tactic
- (* [t >>= k] is [t >= fun l -> tclDISPATCH (List.map k l)].
- The [t] is supposed to return a list of values of the size of the
- list of goals. [k] is then applied to each of this value in the
- corresponding goal. *)
-
(* tclTHEN *)
val (<*>) : unit tactic -> 'a tactic -> 'a tactic
(* tclOR *)