[MLton-commit] r6052
Vesa Karvonen
vesak at mlton.org
Thu Sep 27 03:53:55 PDT 2007
Comments.
----------------------------------------------------------------------
U mltonlib/trunk/com/ssh/unit-test/unstable/public/unit-test.sig
----------------------------------------------------------------------
Modified: mltonlib/trunk/com/ssh/unit-test/unstable/public/unit-test.sig
===================================================================
--- mltonlib/trunk/com/ssh/unit-test/unstable/public/unit-test.sig 2007-09-27 10:49:03 UTC (rev 6051)
+++ mltonlib/trunk/com/ssh/unit-test/unstable/public/unit-test.sig 2007-09-27 10:53:54 UTC (rev 6052)
@@ -83,8 +83,13 @@
(** == Collecting Statistics == *)
type table
+ (** Type of tables for collecting data. *)
+
val withFreq : table Effect.t Effect.t
+ (** Prints a table of frequencies after the test has finished succesfully. *)
+
val collect : ('a, 'x) Rep.t -> table -> 'a Effect.t
+ (** Adds a data point to the table. *)
(** == Assertions == *)
More information about the MLton-commit
mailing list