sig
  val list : ('a -> 'a -> bool) -> 'a list -> 'a list
  val array : ('a -> 'a -> bool) -> 'a array -> unit
  val merge : ('a -> 'a -> bool) -> 'a list -> 'a list -> 'a list
end

Hosted by the SourceForge.net Logo* web site.
*Other names and brands may be claimed as the property of others.