Library.LibMapSourceRepresentation of the mapping from module paths to files.
Module path mapping.
Exception raised if an attempt is made to map an already mapped module (including the root).
add mp fp map extends the mapping map by associating the module path mp to the file path fp.
Exception raised if an attempt is made to use the get function prior to the root being set (using set_root).
get mp map obtains the filename corresponding to the module path mp in map (with no particular extension).
iter f map calls function f on every binding stored in map.
pp ppf t prints t on formatter ppf (for debug).