Difference between revisions of "Monad"

From PKC
Jump to navigation Jump to search
Line 1: Line 1:
Monad is a way to preserve [[symmetries]] in the space of functions while allow maximal [[compositionality]]. There is a video<ref>{{:Video/Don't be afraid of Monad}}</ref> by Brian Beckman. I have made significant annotation on this video, and it is summarized on here:[[Don't be afraid of the Monad]].
Monad is a way to preserve [[symmetries]] in the space of functions while allow maximal [[compositionality]]. There is a video<ref>{{:Video/Don't fear the Monad}}</ref> by Brian Beckman. I have made significant annotation on this video, and it is summarized on here:[[Don't fear the Monad]].


<noinclude>
<noinclude>

Revision as of 13:02, 1 September 2021

Monad is a way to preserve symmetries in the space of functions while allow maximal compositionality. There is a video[1] by Brian Beckman. I have made significant annotation on this video, and it is summarized on here:Don't fear the Monad.


References

Related Pages