[MLton-commit] r4942
Vesa Karvonen
vesak at mlton.org
Sun Dec 10 11:12:55 PST 2006
Reorganized public files.
----------------------------------------------------------------------
D mltonlib/trunk/com/ssh/extended-basis/unstable/public/emb.sig
----------------------------------------------------------------------
Deleted: mltonlib/trunk/com/ssh/extended-basis/unstable/public/emb.sig
===================================================================
--- mltonlib/trunk/com/ssh/extended-basis/unstable/public/emb.sig 2006-12-10 19:12:49 UTC (rev 4941)
+++ mltonlib/trunk/com/ssh/extended-basis/unstable/public/emb.sig 2006-12-10 19:12:55 UTC (rev 4942)
@@ -1,23 +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.
- *)
-
-(** Signature for the {Emb} structure for embeddings. *)
-signature EMB = sig
- type ('a, 'b) t = ('a -> 'b) * ('b -> 'a Option.t)
- (** Witness to an embedding of {'a} into {'b}. *)
-
- val id : ('a, 'a) t
- (** The identity embedding. This is always equivalent to {(id, SOME)}. *)
-
- val to : ('a, 'b) t -> 'a -> 'b
- (** Extracts the injection part of the given embedding. *)
-
- val from : ('a, 'b) t -> 'b -> 'a Option.t
- (** Extracts the projection part of the given embedding. *)
-
- val <--> : ('a, 'b) t * ('c, 'a) t -> ('c, 'b) t
- (** Embedding composition. *)
-end
More information about the MLton-commit
mailing list