|
From: Vesa K. <ve...@ml...> - 2006-12-10 11:15:59
|
Reorganized public files. ---------------------------------------------------------------------- D mltonlib/trunk/com/ssh/extended-basis/unstable/public/top-level.sml ---------------------------------------------------------------------- Deleted: mltonlib/trunk/com/ssh/extended-basis/unstable/public/top-level.sml =================================================================== --- mltonlib/trunk/com/ssh/extended-basis/unstable/public/top-level.sml 2006-12-10 19:14:55 UTC (rev 4953) +++ mltonlib/trunk/com/ssh/extended-basis/unstable/public/top-level.sml 2006-12-10 19:15:55 UTC (rev 4954) @@ -1,50 +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. - *) - -(** == Top-Level Bindings == *) - -(** === Datatypes === *) - -datatype product = datatype Product.product -datatype sum = datatype Sum.sum - -(** === Functions === *) - -(** ==== Exn ==== *) - -val finally = Exn.finally -val try = Exn.try - -(** ==== Fn ==== *) - -val const = Fn.const -val curry = Fn.curry -val failing = Fn.failing -val flip = Fn.flip -val id = Fn.id -val pass = Fn.pass -val uncurry = Fn.uncurry -val undefined = Fn.undefined -val op /> = Fn./> -val op </ = Fn.</ -val op <\ = Fn.<\ -val op >| = Fn.>| -val op \> = Fn.\> -val op |< = Fn.|< - -(** ==== Option ==== *) - -val isNone = Option.isNone - -(** ==== Ref ==== *) - -val op :=: = Ref.:=: - -(** ==== UnPr ==== *) - -val andAlso = UnPr.andAlso -val negate = UnPr.negate -val orElse = UnPr.orElse |