Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val python_of_err : err -> Py.Object.t
val err_of_python : Py.Object.t -> err
type 'a t = 'a Base.Or_error.t
val python_of_t :
('a -> Py.Object.t) ->
('a, Base.Error.t) Base.result ->
Py.Object.t