Source file user_id_map.ml

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

    let compare = compare
  end)