Source file task_seg_id_map.ml

1
2
3
4
5
include Map.Make (struct
    type t = Task.task_seg_id

    let compare = compare
  end)