task_id_map.ml
daypack-lib
1 2 3 4 5 include Map.Make (struct type t = Task.task_id let compare = compare end)
1 2 3 4 5
include Map.Make (struct type t = Task.task_id let compare = compare end)