Packages

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

Current section

Files

Jump to
agnostic include agnostic@vdom@vnode_Memo.hrl
Raw

include/agnostic@vdom@vnode_Memo.hrl

-record(memo, {
kind :: integer(),
key :: binary(),
dependencies :: list(agnostic@internals@ref:ref()),
view :: fun(() -> agnostic@vdom@vnode:element(any()))
}).