[MLton-commit] r5045

Vesa Karvonen vesak at mlton.org
Fri Jan 12 04:32:08 PST 2007


Initial commit of a lib of misc utils to be refactored.
----------------------------------------------------------------------

A   mltonlib/trunk/com/ssh/misc-util/unstable/random-dev-mlton.sml

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

Added: mltonlib/trunk/com/ssh/misc-util/unstable/random-dev-mlton.sml
===================================================================
--- mltonlib/trunk/com/ssh/misc-util/unstable/random-dev-mlton.sml	2007-01-12 12:31:16 UTC (rev 5044)
+++ mltonlib/trunk/com/ssh/misc-util/unstable/random-dev-mlton.sml	2007-01-12 12:31:55 UTC (rev 5045)
@@ -0,0 +1,11 @@
+(* Copyright (C) 2007 SSH Communications Security, Helsinki, Finland
+ *
+ * This code is released under the MLton license, a BSD-style license.
+ * See the LICENSE file or http://mlton.org/License for details.
+ *)
+
+(*
+ * Implementation of the {RANDOM_DEV} signature for MLton.
+ *)
+
+structure RandomDev : RANDOM_DEV = MLton.Random


Property changes on: mltonlib/trunk/com/ssh/misc-util/unstable/random-dev-mlton.sml
___________________________________________________________________
Name: svn:eol-style
   + native




More information about the MLton-commit mailing list