[MLton-commit] r6118
Vesa Karvonen
vesak at mlton.org
Fri Nov 2 06:03:00 PST 2007
Allow operations to be implemented through either CastReal or PackReal,
because CastReal may be impossible to support on some compilers.
----------------------------------------------------------------------
A mltonlib/trunk/com/ssh/generic/unstable/detail/ml/mlton/pack-real.sml
----------------------------------------------------------------------
Added: mltonlib/trunk/com/ssh/generic/unstable/detail/ml/mlton/pack-real.sml
===================================================================
--- mltonlib/trunk/com/ssh/generic/unstable/detail/ml/mlton/pack-real.sml 2007-11-02 13:48:34 UTC (rev 6117)
+++ mltonlib/trunk/com/ssh/generic/unstable/detail/ml/mlton/pack-real.sml 2007-11-02 14:03:00 UTC (rev 6118)
@@ -0,0 +1,10 @@
+(* Copyright (C) 2007 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.
+ *)
+
+structure PackLargeRealLittle : PACK_REAL where type real = LargeReal.t =
+ PackRealLittle
+structure PackLargeRealBig : PACK_REAL where type real = LargeReal.t =
+ PackRealBig
Property changes on: mltonlib/trunk/com/ssh/generic/unstable/detail/ml/mlton/pack-real.sml
___________________________________________________________________
Name: svn:eol-style
+ native
More information about the MLton-commit
mailing list