Current section

Files

Jump to
lustre include lustre@dev@simulate_App.hrl
Raw

include/lustre@dev@simulate_App.hrl

-record(app, {
init :: fun((any()) -> {any(), lustre@effect:effect(any())}),
update :: fun((any(), any()) -> {any(), lustre@effect:effect(any())}),
view :: fun((any()) -> lustre@vdom@vnode:element(any()))
}).