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 src resulto.app.src
Raw

src/resulto.app.src

{application,resulto,
[{description,"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'."},
{vsn,"0.2.5"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{licenses,["Apache 2.0"]},
{links,[{"GitHub","https://github.com/leapsight/resulto"}]}]}.