Packages

Compose stateful actions to simulate mutable state

Current section

Files

Jump to
act src act.app.src
Raw

src/act.app.src

{application, act, [
{vsn, "0.3.0"},
{applications, [gleam_stdlib,
gleeunit]},
{description, "Compose stateful actions to simulate mutable state"},
{modules, [act,
act@state]},
{registered, []}
]}.