o1-labs / ocamlbyexample

Learn Ocaml by reading code examples
https://o1-labs.github.io/ocamlbyexample/
69 stars 4 forks source link

early returns #21

Open mimoo opened 1 year ago

mimoo commented 1 year ago

you can do early returns in ocaml by throwing exceptions and catching them, which is what Core.with_return does