1 2 3 4 5 6 7 8
(* TEST ocamldoc with html; *) module M = Set.Make(struct type t = int let compare = compare end)