Current section
Files
Jump to
Current section
Files
src/comparator.app.src
{application, comparator, [
{vsn, "1.0.2"},
{applications, [gleam_stdlib]},
{description, "Compare if two types have the same constructor in Gleam"},
{modules, [comparator,
comparator@@main,
comparator_ffi]},
{registered, []}
]}.