Packages

Type unions without wrappers.

Current section

Files

Jump to
untag src untag.app.src
Raw

src/untag.app.src

{application, untag, [
{vsn, "1.1.0"},
{applications, [gleam_stdlib]},
{description, "Type unions without wrappers."},
{modules, [untag,
untag@@main,
untag_ffi]},
{registered, []}
]}.