SCM Repository
View of /sml/trunk/src/MLRISC/util/intmap.sig
Parent Directory
|
Revision Log
Revision 114 -
(download)
(as text)
(annotate)
Fri Jun 5 19:41:21 1998 UTC (22 years, 9 months ago) by monnier
File size: 496 byte(s)
Fri Jun 5 19:41:21 1998 UTC (22 years, 9 months ago) by monnier
File size: 496 byte(s)
This commit was generated by cvs2svn to compensate for changes in r113, which included commits to RCS files with non-trunk default branches.
(* Copyright 1989 by AT&T Bell Laboratories *) signature INTMAP = sig type 'a intmap val namednew : string * int * exn -> '1a intmap val new : int * exn -> '1a intmap val elems: 'a intmap -> int val add : 'a intmap -> int * 'a -> unit val rmv : 'a intmap -> int -> unit val map : 'a intmap -> int -> 'a val app : (int * 'a -> unit) -> 'a intmap -> unit val intMapToList: 'a intmap -> (int * 'a) list val clear : '1a intmap -> unit end (* * $Log$ *)
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |