Packages

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

Current section

Files

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

include/agnostic@vdom@patch_Patch.hrl

-record(patch, {
index :: integer(),
path :: list(integer()),
removed :: integer(),
changes :: list(agnostic@vdom@patch:change(any())),
children :: list(agnostic@vdom@patch:patch(any()))
}).