virtual-dom: implement Effect.map

This commit is contained in:
Brian Carroll 2022-11-07 07:02:54 +00:00
parent ca3df27330
commit 8cd2dc3632
No known key found for this signature in database
GPG Key ID: 5C7B2EC4101703C0

View File

@ -1,8 +1,9 @@
hosted Effect
exposes [
Effect,
always,
after,
always,
map,
NodeId,
EventHandlerId,
eventHandlerId,
@ -20,7 +21,7 @@ hosted Effect
runInVdomArena,
]
imports []
generates Effect with [always, after]
generates Effect with [after, always, map]
# TODO: private type
NodeId : Nat