diff options
Diffstat (limited to 'proofs/proofview.mli')
| -rw-r--r-- | proofs/proofview.mli | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/proofs/proofview.mli b/proofs/proofview.mli index 6e73e6cc76..b15d922dcb 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 *) |
