# HG changeset patch # User Malcolm Matalka # Date 1552777646 -3600 # Sun Mar 17 00:07:26 2019 +0100 # Node ID 7e470b026e1760025112f60499b62bdad156f09f # Parent 3f93edb6d338a0fb5f9b8d72c21f94f66ee3f39e FIX Update to latest containers diff --git a/src/oth/oth.ml b/src/oth/oth.ml --- a/src/oth/oth.ml +++ b/src/oth/oth.ml @@ -125,7 +125,7 @@ default in List.map - ~f:(fun on -> CCList.Assoc.get_exn on outputter_map) + ~f:(fun on -> CCList.Assoc.get_exn ~eq:CCString.equal on outputter_map) outputter_names in List.iter