Source file unix_tm_set.ml

1
2
3
4
5
include Set.Make (struct
    type t = Unix.tm

    let compare = compare
  end)