Difference between revisions of "Functor"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
==Implementation== | ==Implementation== | ||
A [[functor]] can be thought of as a '''template''' of information content. Which is a special kind of [[dictionary]], or a specialized case of [[function]]. | A [[functor]] can be thought of as a '''template''' of information content. Which is a special kind of [[dictionary]], or a specialized case of [[function]]. | ||
<noinclude> | |||
=References= | |||
<references/> | |||
==Related Pages== | |||
* [[Logically related::Data]] | |||
* [[Logically related::Morphism]] | |||
* [[Logically related::Function]] | |||
* [[Logically related::Natural transformation]] | |||
[[Category:Function]] | |||
[[Category:Data]] | |||
</noinclude> |
Revision as of 04:01, 5 September 2021
Functor can be visualized as a bundle of fibers that connects two separated pieces of a broken coconut. Each thread of the fiber bundle can be thought of as a single instance of a function. The process of comparing two different ways of how a coconut can be broken can be thought of as natural transformation.
Implementation
A functor can be thought of as a template of information content. Which is a special kind of dictionary, or a specialized case of function.
References
Related Pages