From 71b3fd6a61aa58e88c4248dea242420ac7f8f437 Mon Sep 17 00:00:00 2001 From: herbelin Date: Wed, 10 Aug 2011 19:25:10 +0000 Subject: Fixing typos in comments git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14406 85f007b7-540e-0410-9357-904b9bb8a0f7 --- proofs/proofview.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proofs/proofview.mli b/proofs/proofview.mli index 3ec6df49c9..e8cf7d26df 100644 --- a/proofs/proofview.mli +++ b/proofs/proofview.mli @@ -107,7 +107,7 @@ val tclUNIT : 'a -> 'a tactic (* Bind operation of the tactic monad *) val tclBIND : 'a tactic -> ('a -> 'b tactic) -> 'b tactic -(* Interpetes the ";" (semicolon) of Ltac. +(* Interprets the ";" (semicolon) of Ltac. As a monadic operation, it's a specialized "bind" on unit-returning tactic (meaning "there is no value to bind") *) val tclTHEN : unit tactic -> 'a tactic -> 'a tactic -- cgit v1.2.3