Packages

A pragmatic approach to error handling in gleam

Current section

Files

Jump to
or_error src or_error.app.src
Raw

src/or_error.app.src

{application, or_error, [
{vsn, "1.0.0"},
{applications, [gleam_stdlib]},
{description, "A pragmatic approach to error handling in gleam"},
{modules, [or_error,
or_error@@main]},
{registered, []}
]}.