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
Monoid: Using Fragment it should be implementable. Caveats in Implement Monoid #4 still apply but are ignorable.
Profunctor: Current implementation does not follow the laws, since map is implemented as-if ReactDream is the identity functor. To properly implement it, we need to introduce a map2 that composes on the React Element output instead of the React Component, then promap will follow the laws.
The text was updated successfully, but these errors were encountered:
Fragment
it should be implementable. Caveats in Implement Monoid #4 still apply but are ignorable.map
is implemented as-if ReactDream is the identity functor. To properly implement it, we need to introduce amap2
that composes on the React Element output instead of the React Component, thenpromap
will follow the laws.The text was updated successfully, but these errors were encountered: