|
From: Vesa K. <ve...@ml...> - 2006-12-10 11:17:08
|
Reorganized public files. ---------------------------------------------------------------------- D mltonlib/trunk/com/ssh/extended-basis/unstable/public/thunk.sig ---------------------------------------------------------------------- Deleted: mltonlib/trunk/com/ssh/extended-basis/unstable/public/thunk.sig =================================================================== --- mltonlib/trunk/com/ssh/extended-basis/unstable/public/thunk.sig 2006-12-10 19:16:50 UTC (rev 4962) +++ mltonlib/trunk/com/ssh/extended-basis/unstable/public/thunk.sig 2006-12-10 19:17:04 UTC (rev 4963) @@ -1,14 +0,0 @@ -(* Copyright (C) 2006 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. - *) - -(** Utilities for dealing with thunks. *) -signature THUNK = sig - type 'a t = Unit.t -> 'a - (** The type of thunks or suspended computations (e.g. {fn () => exp}). *) - - val mk : 'a -> 'a t - (** Constant thunk ({thunk x = let val x = x in fn () => x end}). *) -end |