Module Prelude.Map

Extension of Map with functions to serialize to and deserialize from yojson

A Map is a represented as a list of key-value pairs, where a key-value pair is list of two elements

Extension of Map with functions to serialize to and deserialize from yojson

A Map is a represented as a list of key-value pairs, where a key-value pair is list of two elements

Extension of Map with functions to serialize to and deserialize from yojson

A Map is a represented as a list of key-value pairs, where a key-value pair is list of two elements

module type S = Utils.Prelude.Map.S
module Make (Ord : Utils.Prelude.Map.OrderedType) : sig ... end