From a0cfa4f118023d35b767a999d5a2ac4b082857b4 Mon Sep 17 00:00:00 2001 From: Samuel Mimram Date: Fri, 25 Jul 2008 15:12:53 +0200 Subject: Imported Upstream version 8.2~beta3+dfsg --- lib/bstack.mli | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/bstack.mli') diff --git a/lib/bstack.mli b/lib/bstack.mli index f018d155..ca2b5f02 100644 --- a/lib/bstack.mli +++ b/lib/bstack.mli @@ -6,7 +6,7 @@ (* * GNU Lesser General Public License Version 2.1 *) (************************************************************************) -(*i $Id: bstack.mli 5920 2004-07-16 20:01:26Z herbelin $ i*) +(*i $Id: bstack.mli 10441 2008-01-15 16:37:46Z lmamane $ i*) (* Bounded stacks. If the depth is [None], then there is no depth limit. *) @@ -19,3 +19,4 @@ val app_repl : 'a t -> ('a -> 'a) -> unit val pop : 'a t -> unit val top : 'a t -> 'a val depth : 'a t -> int +val size : 'a t -> int -- cgit v1.2.3