Packages

Compare if two types have the same constructor in Gleam

Current section

Files

Jump to
comparator src comparator.app.src
Raw

src/comparator.app.src

{application, comparator, [
{vsn, "1.0.3"},
{applications, [gleam_stdlib]},
{description, "Compare if two types have the same constructor in Gleam"},
{modules, [comparator,
comparator@@main,
comparator_ffi]},
{registered, []}
]}.