Packages

A small library that implements the State Monad in gleam

Current section

Files

Jump to
leviathan include leviathan_State.hrl
Raw

include/leviathan_State.hrl

-record(state, {run :: fun((any()) -> {any(), any()})}).