[MLton-commit] r5298

Vesa Karvonen vesak at mlton.org
Thu Feb 22 13:37:36 PST 2007


Indentation.
----------------------------------------------------------------------

U   mltonlib/trunk/com/ssh/misc-util/unstable/sorted-list.sml

----------------------------------------------------------------------

Modified: mltonlib/trunk/com/ssh/misc-util/unstable/sorted-list.sml
===================================================================
--- mltonlib/trunk/com/ssh/misc-util/unstable/sorted-list.sml	2007-02-22 19:18:20 UTC (rev 5297)
+++ mltonlib/trunk/com/ssh/misc-util/unstable/sorted-list.sml	2007-02-22 21:37:22 UTC (rev 5298)
@@ -21,7 +21,7 @@
     *)
 
    val insert : 'a card -> 'a Cmp.t -> 'a -> 'a List.t UnOp.t
-      (** {insert #? cmp x xs = merge #? cmp ([x], xs)} *)
+   (** {insert #? cmp x xs = merge #? cmp ([x], xs)} *)
 
    val isSorted : 'a card -> 'a Cmp.t -> 'a List.t UnPr.t
    (**




More information about the MLton-commit mailing list