[MLton-commit] r6079
Vesa Karvonen
vesak at mlton.org
Wed Oct 24 02:24:00 PDT 2007
Comment edits.
----------------------------------------------------------------------
U mltonlib/trunk/com/ssh/generic/unstable/test/pickle.sml
----------------------------------------------------------------------
Modified: mltonlib/trunk/com/ssh/generic/unstable/test/pickle.sml
===================================================================
--- mltonlib/trunk/com/ssh/generic/unstable/test/pickle.sml 2007-10-22 11:44:52 UTC (rev 6078)
+++ mltonlib/trunk/com/ssh/generic/unstable/test/pickle.sml 2007-10-24 09:23:59 UTC (rev 6079)
@@ -61,8 +61,7 @@
(test (fn () => let
(* This test shows how pickles can be versioned and multiple
- * versions supported at the same time.
- *)
+ * versions supported at the same time. *)
open Pickle
@@ -126,8 +125,7 @@
* needed. In an actual program, you would have just edited
* the original definition instead of introducing a new one.
* However, the old type rep is required if you wish to be
- * able unpickle old versions.
- *)
+ * able to unpickle old versions. *)
in
thatEq t {expect = {id = 1, extra = false, name = "whatever"},
actual = unpickle t pickled}
More information about the MLton-commit
mailing list