From a435938aa7d1c94c40ddb17627cfaa2fb9f45f0f Mon Sep 17 00:00:00 2001 From: Pierre-Marie Pédrot Date: Thu, 24 Jul 2014 15:01:06 +0200 Subject: Revert "Adding a "is_val" primitive to IStream." This reverts commit 062d07eb5446c1032fda232b9a09e20e5410dd92. --- lib/iStream.mli | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/iStream.mli') diff --git a/lib/iStream.mli b/lib/iStream.mli index 67e5e0764f..a059570107 100644 --- a/lib/iStream.mli +++ b/lib/iStream.mli @@ -42,9 +42,6 @@ val is_empty : 'a t -> bool val peek : 'a t -> ('a , 'a t) u (** Return the head and the tail of a stream, if any. *) -val is_val : 'a t -> bool -(** Check if the head has already been evaluated. *) - (** {6 Standard operations} All stream-returning functions are lazy. The other ones are eager. *) -- cgit v1.2.3