|
From: Vesa K. <ve...@ml...> - 2006-12-10 11:14:15
|
Reorganized public files. ---------------------------------------------------------------------- D mltonlib/trunk/com/ssh/extended-basis/unstable/public/export-smlnj.sml ---------------------------------------------------------------------- Deleted: mltonlib/trunk/com/ssh/extended-basis/unstable/public/export-smlnj.sml =================================================================== --- mltonlib/trunk/com/ssh/extended-basis/unstable/public/export-smlnj.sml 2006-12-10 19:14:00 UTC (rev 4948) +++ mltonlib/trunk/com/ssh/extended-basis/unstable/public/export-smlnj.sml 2006-12-10 19:14:13 UTC (rev 4949) @@ -1,26 +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. - *) - -(** == SML/NJ specific extensions == *) - -structure FixedInt : INTEGER = FixedInt -structure Int31 : INTEGER = Int31 -structure Int32 : INTEGER = Int32 -structure Int64 : INTEGER = Int64 -structure IntInf : INT_INF = IntInf -structure Real64 : REAL = Real64 -structure Real64Array : MONO_ARRAY = Real64Array -structure Real64ArraySlice : MONO_ARRAY_SLICE = Real64ArraySlice -structure Real64Vector : MONO_VECTOR = Real64Vector -structure Real64VectorSlice : MONO_VECTOR_SLICE = Real64VectorSlice -structure RealArray : MONO_ARRAY = RealArray -structure RealArraySlice : MONO_ARRAY_SLICE = RealArraySlice -structure RealVector : MONO_VECTOR = RealVector -structure RealVectorSlice : MONO_VECTOR_SLICE = RealVectorSlice -structure SysWord : WORD = SysWord -structure Word31 : WORD = Word31 -structure Word32 : WORD = Word32 -structure Word64 : WORD = Word64 |