[MLton-commit] r5571
Vesa Karvonen
vesak at mlton.org
Mon May 28 00:04:24 PDT 2007
Added signature ascription.
----------------------------------------------------------------------
U mltonlib/trunk/com/ssh/misc-util/unstable/ptr-cache.sml
----------------------------------------------------------------------
Modified: mltonlib/trunk/com/ssh/misc-util/unstable/ptr-cache.sml
===================================================================
--- mltonlib/trunk/com/ssh/misc-util/unstable/ptr-cache.sml 2007-05-26 15:09:32 UTC (rev 5570)
+++ mltonlib/trunk/com/ssh/misc-util/unstable/ptr-cache.sml 2007-05-28 07:04:21 UTC (rev 5571)
@@ -5,7 +5,7 @@
*)
local
- structure PtrIntObj = struct
+ structure PtrIntObj : INT_OBJ = struct
(* XXX Simplify *)
type t = C.voidptr
local
More information about the MLton-commit
mailing list