RecencyMap.MakeNote that the derived compare and equal functions are sensitive to the underlying implementation and in particular won't equate some objects that denote the same map.
include Ppx_compare_lib.Comparable.S with type t := tval compare : t Base__Ppx_compare_lib.compareinclude Ppx_compare_lib.Equal.S with type t := tval equal : t Base__Ppx_compare_lib.equaltype key = Key.ttype value = Value.tval pp : F.formatter -> t -> unitval empty : tval is_empty : t -> bool