Packages

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

Current section

Files

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

include/agnostic@vdom@patch_Insert.hrl

-record(insert, {
kind :: integer(),
children :: list(agnostic@vdom@vnode:element(any())),
before :: integer()
}).