Current section

Files

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

include/lustre@vdom@patch_Patch.hrl

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