Current section
Files
Jump to
Current section
Files
include/agnostic@dev@simulate_App.hrl
-record(app, {
init :: fun((any()) -> {any(), agnostic@effect:effect(any())}),
update :: fun((any(), any()) -> {any(), agnostic@effect:effect(any())}),
view :: fun((any()) -> agnostic@vdom@vnode:element(any()))
}).