Cobol_unit.Resolver_mapmodule TYPES : sig ... endinclude module type of TYPES with type 'a resolver_map = 'a TYPES.resolver_maptype 'a resolver_map = 'a TYPES.resolver_mapexception Ambiguous of Cobol_ptree.qualname Cobol_common.Basics.NEL.t Stdlib.Lazy.ttype +'a t = 'a resolver_mapval pp : 'a Pretty.printer -> 'a resolver_map Pretty.printerval pp_struct : 'a Pretty.printer -> 'a resolver_map Pretty.printerval empty : 'a resolver_mapval add : Cobol_ptree.qualname -> 'a -> 'a resolver_map -> 'a resolver_mapval fold : f:('a binding -> 'b -> 'b) -> 'a resolver_map -> 'b -> 'bval find : Cobol_ptree.qualname -> 'a resolver_map -> 'aval bindings : 'a resolver_map -> 'a binding listval find_binding : Cobol_ptree.qualname -> 'a resolver_map -> 'a binding