Difference between revisions of "Functor"

From PKC
Jump to navigation Jump to search
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
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]].
{{WikiEntry|key=Functor|qCode=864475}} 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==
==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>
<noinclude>
=References=
<references/>
==Related Pages==
* [[Logically related::Data]]
* [[Logically related::Morphism]]
* [[Logically related::Function]]
* [[Logically related::Natural transformation]]
[[Category:Function]]
[[Category:Data]]


{{PagePostfix
|category_csd=Relation,Morphism,Data,Function,Functor,Natural Transformation,Equivalence
}}
</noinclude>
</noinclude>

Latest revision as of 01:51, 2 February 2023

Functor(Q864475) 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