[MLton-commit] r5262
Vesa Karvonen
vesak at mlton.org
Mon Feb 19 06:35:01 PST 2007
's for stream.
----------------------------------------------------------------------
U mltonlib/trunk/com/ssh/extended-basis/unstable/public/writer.sig
----------------------------------------------------------------------
Modified: mltonlib/trunk/com/ssh/extended-basis/unstable/public/writer.sig
===================================================================
--- mltonlib/trunk/com/ssh/extended-basis/unstable/public/writer.sig 2007-02-19 12:41:22 UTC (rev 5261)
+++ mltonlib/trunk/com/ssh/extended-basis/unstable/public/writer.sig 2007-02-19 14:34:59 UTC (rev 5262)
@@ -6,7 +6,7 @@
(** Utilities for dealing with writers. *)
signature WRITER = sig
- type ('a, 'b) t = 'a * 'b -> 'b
+ type ('a, 's) t = 'a * 's -> 's
(** == Functor Interface == *)
More information about the MLton-commit
mailing list