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
Sounds good. I am refactoring FreeAp currently and doing some performance
comparisons. I will look into adding a comonad instance with the
refactoring.
The goal of this implementation is to improve performance
characteristics of the operations of the free applicative functor in
PureScript.
Reference #7
Reference #8
I'm fairly sure
FreeAp w
is aComonad
wheneverw
is. One way to see this is to build it out ofDay
,Identity
andCoproduct
:https://gist.github.com/paf31/fbc28d9f89f511cc65ab57731f31b278
The text was updated successfully, but these errors were encountered: