let
on_ok tr ~f =
on_output tr ~f:(
function
|
Ok
o
->
Ok
(f o)
|
Error
e
->
Error
e)