Skip to content

Instantly share code, notes, and snippets.

@shubhamkumar13
Created February 14, 2024 09:04
Show Gist options
  • Save shubhamkumar13/97ae00c275c2e54126cbf645b7a8a44a to your computer and use it in GitHub Desktop.
Save shubhamkumar13/97ae00c275c2e54126cbf645b7a8a44a to your computer and use it in GitHub Desktop.
convert a string to Eio.Path.t
let to_path ~env path = Eio.Stdenv.fs env / path
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment