Source file sched_req_id_map.ml

1
2
3
4
5
include Map.Make (struct
    type t = Sched_req.sched_req_id

    let compare = compare
  end)