[MLton-commit] r5070

Vesa Karvonen vesak at mlton.org
Fri Jan 12 04:44:11 PST 2007


Removed unused file.
----------------------------------------------------------------------

D   mltonlib/trunk/com/ssh/misc-util/unstable/ffi.sml

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

Deleted: mltonlib/trunk/com/ssh/misc-util/unstable/ffi.sml
===================================================================
--- mltonlib/trunk/com/ssh/misc-util/unstable/ffi.sml	2007-01-12 12:41:21 UTC (rev 5069)
+++ mltonlib/trunk/com/ssh/misc-util/unstable/ffi.sml	2007-01-12 12:44:04 UTC (rev 5070)
@@ -1,17 +0,0 @@
-(* 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.
- *)
-
-(*
- * This is an unstable experimental FFI utility library.
- *)
-
-structure FFI = struct
-   type 'a export = 'a Effect.t
-   type 'a symbol = 'a Thunk.t * 'a Effect.t
-
-   fun get ((th, _) : 'a symbol) = th ()
-   fun set ((_, ef) : 'a symbol) x = ef x
-end




More information about the MLton-commit mailing list