Packages

A lightweight Erlang library for working with result types, implementing result monads for better error handling and chaining operations. It is based on elegant Gleam module 'result'.

Current section

Files

Jump to
resulto README.md
Raw

README.md

# resulto
Resulto is a lightweight Erlang library for working with result types, implementing result monads for better error handling and chaining operations, based on the elegant Gleam's [result](https://hexdocs.pm/gleam_stdlib/gleam/result.html) module, with some extensions to support Erlang conventions.
Check the [docs](https://hexdocs.pm/resulto/).