[MLton-commit] r4707
Vesa Karvonen
vesak at mlton.org
Sat Sep 23 01:13:46 PDT 2006
Added missing specification of find to the MONO_VECTOR signature.
----------------------------------------------------------------------
U mlton/trunk/basis-library/arrays-and-vectors/mono-vector.sig
----------------------------------------------------------------------
Modified: mlton/trunk/basis-library/arrays-and-vectors/mono-vector.sig
===================================================================
--- mlton/trunk/basis-library/arrays-and-vectors/mono-vector.sig 2006-09-22 21:44:23 UTC (rev 4706)
+++ mlton/trunk/basis-library/arrays-and-vectors/mono-vector.sig 2006-09-23 08:13:45 UTC (rev 4707)
@@ -9,6 +9,7 @@
val collate: (elem * elem -> order) -> vector * vector -> order
val concat: vector list -> vector
val exists: (elem -> bool) -> vector -> bool
+ val find: (elem -> bool) -> vector -> elem option
val findi: (int * elem -> bool) -> vector -> (int * elem) option
val foldl: (elem * 'a -> 'a) -> 'a -> vector -> 'a
val foldli: (int * elem * 'a -> 'a) -> 'a -> vector -> 'a
More information about the MLton-commit
mailing list