SCM Repository
View of /sml/branches/SMLNJ/src/MLRISC/util/intmap.sig
Parent Directory
|
Revision Log
Revision 93 -
(download)
(as text)
(annotate)
Tue May 12 21:56:22 1998 UTC (22 years, 11 months ago) by monnier
File size: 580 byte(s)
Tue May 12 21:56:22 1998 UTC (22 years, 11 months ago) by monnier
File size: 580 byte(s)
*** empty log message ***
(* 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: intmap.sig,v $ * Revision 1.1.1.1 1998/04/08 18:39:02 george * Version 110.5 * *)
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |