You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Equivalent to Elm's map. I've been working on it in the mappable-listeners branch, but it's extremely messy and requires a bunch of extra traits. A much simpler solution would be possible with ATCs on types (not just lifetimes), as then DomNode, DomNodes, Listener, and Listeners could all implement some sort of MessageFunctor trait.
The text was updated successfully, but these errors were encountered:
Equivalent to Elm's map. I've been working on it in the mappable-listeners branch, but it's extremely messy and requires a bunch of extra traits. A much simpler solution would be possible with ATCs on types (not just lifetimes), as then
DomNode
,DomNodes
,Listener
, andListeners
could all implement some sort ofMessageFunctor
trait.The text was updated successfully, but these errors were encountered: