|
From: Vesa K. <ve...@ml...> - 2006-12-10 11:12:35
|
Reorganized public files. ---------------------------------------------------------------------- D mltonlib/trunk/com/ssh/extended-basis/unstable/public/un-op.sig ---------------------------------------------------------------------- Deleted: mltonlib/trunk/com/ssh/extended-basis/unstable/public/un-op.sig =================================================================== --- mltonlib/trunk/com/ssh/extended-basis/unstable/public/un-op.sig 2006-12-10 19:12:24 UTC (rev 4938) +++ mltonlib/trunk/com/ssh/extended-basis/unstable/public/un-op.sig 2006-12-10 19:12:34 UTC (rev 4939) @@ -1,11 +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 unary operators. *) -signature UN_OP = sig - type 'a t = 'a -> 'a - (** Type of unary operators (e.g. {~, rev, ...}). *) -end |