|
From: Vesa K. <ve...@ml...> - 2006-12-10 11:16:30
|
Reorganized public files. ---------------------------------------------------------------------- D mltonlib/trunk/com/ssh/extended-basis/unstable/public/mono-array-slice.sig ---------------------------------------------------------------------- Deleted: mltonlib/trunk/com/ssh/extended-basis/unstable/public/mono-array-slice.sig =================================================================== --- mltonlib/trunk/com/ssh/extended-basis/unstable/public/mono-array-slice.sig 2006-12-10 19:16:21 UTC (rev 4957) +++ mltonlib/trunk/com/ssh/extended-basis/unstable/public/mono-array-slice.sig 2006-12-10 19:16:30 UTC (rev 4958) @@ -1,13 +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. - *) - -(** Extended {MONO_ARRAY_SLICE} signature. *) -signature MONO_ARRAY_SLICE = sig - include MONO_ARRAY_SLICE - - type t = slice - (** Convenience alias. *) -end |