|
From: Vesa K. <ve...@ml...> - 2006-12-10 11:10:19
|
Reorganized public files. ---------------------------------------------------------------------- D mltonlib/trunk/com/ssh/extended-basis/unstable/public/array-slice.sig ---------------------------------------------------------------------- Deleted: mltonlib/trunk/com/ssh/extended-basis/unstable/public/array-slice.sig =================================================================== --- mltonlib/trunk/com/ssh/extended-basis/unstable/public/array-slice.sig 2006-12-10 19:09:55 UTC (rev 4923) +++ mltonlib/trunk/com/ssh/extended-basis/unstable/public/array-slice.sig 2006-12-10 19:10:05 UTC (rev 4924) @@ -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 {ARRAY_SLICE} signature. *) -signature ARRAY_SLICE = sig - include ARRAY_SLICE - - type 'a t = 'a slice - (** Convenience alias. *) -end |