Internal_pervasives.Attached_result
A “decorated result type” based on polymorphic variants
val pp :
Stdlib.Format.formatter ->
?pp_ok:(Stdlib.Format.formatter -> 'a -> unit) ->
?pp_error:(Stdlib.Format.formatter -> 'b -> unit) ->
('c, 'd) t ->
unit