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]].
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>
=References=
<references/>
==Related Pages==
==Related Pages==
*[[Definition::Monad]]  
*[[Definition::Monad]]  
*[[Definition::單子]]
*[[Definition::單子]]
</noinclude>
</noinclude>

Revision as of 12:56, 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 Don't be afraid of Monad page.


References

Related Pages