Closed edwintorok closed 11 years ago
This comment references this from milestone beta1: http://www.realworldocaml.org/beta1/en/html/maps-and-hashtables.html#idp10022096
Context:
We don't need to generate specialized comparators for every type
we want to build a map on. We can instead use a comparator based
on OCaml's build-in polymorphic comparison function, which was
discussed in Chapter 3, Lists and Patterns.
This comparator is found in the
Comparator.Poly
module, allowing us to write:
Typo: build-in/built-in