Packages

A platform agnostic Elm-like framework (soft-fork of Lustre)

Current section

Files

Jump to
agnostic include agnostic@effect_Effect.hrl
Raw

include/agnostic@effect_Effect.hrl

-record(effect, {
synchronous :: list(fun((agnostic@effect:actions(any())) -> nil)),
deferred :: list({binary(), fun((agnostic@effect:actions(any())) -> nil)})
}).