Diagnostics_accumulator.MAKEmodule Set : sig ... endmodule TYPES : sig ... endinclude module type of TYPES with type 'a with_diags = 'a TYPES.with_diagsval result : ?diags:Set.t -> 'a -> 'a with_diagsval simple_result : 'a -> 'a with_diagsval some_result : ?diags:Set.t -> 'a -> 'a option with_diagsval no_result : diags:Set.t -> _ option with_diagsval with_diags : 'a -> Set.t -> 'a with_diagsval with_more_diags : diags:Set.t -> 'a with_diags -> 'a with_diagsval result_only : 'a with_diags -> 'aval forget_result : _ with_diags -> Set.tval more_result : f:('a -> 'b with_diags) -> 'a with_diags -> 'b with_diagsval map_result : f:('a -> 'b) -> 'a with_diags -> 'b with_diagsval map2_results :
f:('a -> 'b -> 'c with_diags as 'x) ->
'a with_diags ->
'b with_diags ->
'xval map_some_result :
f:('a -> 'b) ->
'a option with_diags ->
'b option with_diagsval merge_results :
f:('a -> 'b -> 'c) ->
'a with_diags ->
'b with_diags ->
'c with_diagsval cons_option_result :
'a option with_diags ->
'a list with_diags ->
'a list with_diagsval translate_diags : 'a with_diags -> 'a Diagnostics.with_diagsval show_n_forget :
?set_status:bool ->
?min_level:Diagnostics.severity ->
?ppf:Stdlib.Format.formatter ->
'a with_diags ->
'aval sink_result :
?set_status:bool ->
?ppf:Stdlib.Format.formatter ->
_ with_diags ->
unit