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> on Monad called: [[Don't be afraid of Monad]] by Brian Beckman. I have made significant annotation on this video, and it is summarized on this [[Don't be afraid of Monad page]].
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> on Monad called: [[Don't be afraid of Monad]] by Brian Beckman. I have made significant annotation on this video, and it is summarized on this [[Don't be afraid of Monad|page]].


<noinclude>
<noinclude>

Revision as of 12:57, 1 September 2021

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


References

Related Pages