polars-ocaml icon indicating copy to clipboard operation
polars-ocaml copied to clipboard

Expose PolarsError type to OCaml

Open mt-caret opened this issue 1 year ago • 0 comments

Currently we return (_, string) Result. which is a bit difficult to deal with, both on the Rust and OCaml side; we probably want to expose the PolarsError as a first-class (abstract) type and switch to returning Or_error.ts.

mt-caret avatar Nov 04 '23 05:11 mt-caret