|
From: Vesa K. <ve...@ml...> - 2006-12-10 11:16:50
|
Reorganized public files. ---------------------------------------------------------------------- D mltonlib/trunk/com/ssh/extended-basis/unstable/public/fix.sig ---------------------------------------------------------------------- Deleted: mltonlib/trunk/com/ssh/extended-basis/unstable/public/fix.sig =================================================================== --- mltonlib/trunk/com/ssh/extended-basis/unstable/public/fix.sig 2006-12-10 19:16:45 UTC (rev 4961) +++ mltonlib/trunk/com/ssh/extended-basis/unstable/public/fix.sig 2006-12-10 19:16:50 UTC (rev 4962) @@ -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 fixpoints. *) -signature FIX = sig - type 'a t = 'a UnOp.t -> 'a - (** The type of fixpoint combinators. *) - - exception Fix - (** Exception for reporting errors in computing fixpoints. *) -end |