[MLton-commit] r7216
Vesa Karvonen
vesak at mlton.org
Sat Jul 11 13:08:21 PDT 2009
Changed comment wording to fit within 80 columns.
----------------------------------------------------------------------
U mltonlib/trunk/com/ssh/generic/unstable/public/value/pretty.sig
----------------------------------------------------------------------
Modified: mltonlib/trunk/com/ssh/generic/unstable/public/value/pretty.sig
===================================================================
--- mltonlib/trunk/com/ssh/generic/unstable/public/value/pretty.sig 2009-07-11 19:41:36 UTC (rev 7215)
+++ mltonlib/trunk/com/ssh/generic/unstable/public/value/pretty.sig 2009-07-11 20:08:21 UTC (rev 7216)
@@ -236,7 +236,7 @@
(** Functionally updates the pretty printing action in a type rep. *)
val mapPrinter : 'a t UnOp.t -> ('a, 'x) PrettyRep.t UnOp.t
- (** {mapPrinter f t} is equivalent to {setPrinter (f (getPrinter t)) t}. *)
+ (** {mapPrinter f t} is the same as {setPrinter (f (getPrinter t)) t}. *)
(** == Infix Constructors ==
*
More information about the MLton-commit
mailing list