From d1021e99b53e337d9c92a64758257fc2052e3ec7 Mon Sep 17 00:00:00 2001 From: Arnaud Spiwack Date: Wed, 30 Jul 2014 12:08:30 +0200 Subject: Clean outdated comment in Proofview.Notations. --- proofs/proofview.mli | 5 ----- 1 file changed, 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 *) -- cgit v1.2.3