Current section

Files

Jump to
given src given.app.src
Raw

src/given.app.src

{application, given, [
{vsn, "3.0.0"},
{applications, [gleam_stdlib]},
{description, "Ergonomic early returns (lazy guards) for Bool, Result and Option types in Gleam"},
{modules, [given,
given@internal@examples]},
{registered, []}
]}.