Weight_as_Depth.WMapSourceThis module implements a map from weights to lists of computational states of same weight.
The type of the map
optimum m returns None if m is empty and Some w if w is the best weight of the current computations stored in the map m.
pp fmt m pretty prints (a summary of) the map m on the formatter fmt.