Current section

Files

Jump to
on src on.app.src
Raw

src/on.app.src

{application, on, [
{vsn, "3.0.2"},
{applications, [gleam_stdlib]},
{description, "Pattern-matching in functional form on the core Gleam types."},
{modules, [on,
on@@main]},
{registered, []}
]}.