The Biocaml Library : Biocaml_transform.on_ok

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

AltStyle によって変換されたページ (->オリジナル) /