unix_tm_set.ml
daypack-lib
1 2 3 4 5 include Set.Make (struct type t = Unix.tm let compare = compare end)
1 2 3 4 5
include Set.Make (struct type t = Unix.tm let compare = compare end)