Packages

A Gleam package to help you thread state through a series of steps.

Current section

Files

Jump to
eval src eval.app.src
Raw

src/eval.app.src

{application, eval, [
{vsn, "0.1.0"},
{applications, [gleam_stdlib,
gleeunit]},
{description, "A Gleam package to help you thread state through a series of steps."},
{modules, [eval,
eval@context]},
{registered, []}
]}.