src/Tools/Metis/src/Set.sml
changeset 39501 aaa7078fff55
parent 39444 beabb8443ee4
child 39502 cffceed8e7fa
equal deleted inserted replaced
39500:d91ef7fbc500 39501:aaa7078fff55
     1 (* ========================================================================= *)
     1 (* ========================================================================= *)
     2 (* FINITE SETS IMPLEMENTED WITH RANDOMLY BALANCED TREES                      *)
     2 (* FINITE SETS IMPLEMENTED WITH RANDOMLY BALANCED TREES                      *)
     3 (* Copyright (c) 2004 Joe Hurd, distributed under the BSD License            *)
     3 (* Copyright (c) 2004 Joe Hurd, distributed under the MIT license            *)
     4 (* ========================================================================= *)
     4 (* ========================================================================= *)
     5 
     5 
     6 structure Set :> Set =
     6 structure Set :> Set =
     7 struct
     7 struct
     8 
     8