according to the paper (<https://functorial.com/th...
# arrow
a
according to the paper (https://functorial.com/the-future-is-comonadic/main.pdf) from which i guess it was implemented:
4.2 Day Convolution
Another common pattern is to display two user interfaces
side-by-side, with their states evolving independently.
A comonad to specify such an interface would again need
to store all future states of both components, and we would
also need a function to render any two current states. This
data is captured by the Day convolution of the
two functors
s
Yes, it was based on Comonadic papers by Phil Freeman and his talks and impls in Purescript
d
Thank you!
r
Still there is no good example for it in arrow or anything built around those data types yet AFAIK that is used outside of arrow
d
Want me to look into those? I’m currently porting the missing functions from arrow to bow
😍 3
r
@Devesh Shetty that would be very much appreciated. Thanks for offering 😊
🙂 1