Packages

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

Current section

Files

Jump to
eval include eval_Eval.hrl
Raw

include/eval_Eval.hrl

-record(eval, {run :: fun((any()) -> {any(), {ok, any()} | {error, any()}})}).