Current section
Files
Jump to
Current section
Files
src/category_theory.app.src
{application, category_theory, [
{vsn, "1.0.0"},
{applications, [gleam_stdlib]},
{description, "Category theory concepts in gleam."},
{modules, [category_theory,
category_theory@isomorphisms,
category_theory@monad,
category_theory@monoid]},
{registered, []}
]}.