Packages

A fun type-tetris Gleam library for algebraic effects, the Continuation monad, and classical logic types.

Current section

Files

Jump to
fluoresce src fluoresce.app.src
Raw

src/fluoresce.app.src

{application, fluoresce, [
{vsn, "1.0.1"},
{applications, [gleam_stdlib,
gleeunit]},
{description, "A fun type-tetris Gleam library for algebraic effects, the Continuation monad, and classical logic types."},
{modules, [fluoresce,
logic]},
{registered, []}
]}.