Difference between revisions of "Monoid"

From PKC
Jump to navigation Jump to search
(Created page with "Try to keep everything in the same type, such the notion of treating all data in terms of Page/File/Service, so that all elements have the same common features, is a way t...")
 
Line 1: Line 1:
Try to keep everything in the same type, such the notion of treating all data in terms of [[Page/File/Service]], so that all elements have the same common features, is a way to control complexity.  
Try to keep everything in the same type, such the notion of treating all data in terms of [[Page/File/Service]], so that all elements have the same common features, is a way to control complexity. In other words, [[Monoid]] is a [[Category Theory|category theoretical strategy] to conduct [[Universal data abstraction]].


[[Category:Category Theory]]
[[Category:Category Theory]]

Revision as of 06:57, 27 July 2021

Try to keep everything in the same type, such the notion of treating all data in terms of Page/File/Service, so that all elements have the same common features, is a way to control complexity. In other words, Monoid is a [[Category Theory|category theoretical strategy] to conduct Universal data abstraction.