D
Dicread
InicioDiccionarioFfunctor

Nota: La traducción de esta entrada está actualmente en revisión de calidad, por lo que parte del contenido se muestra temporalmente solo en inglés.

Esta entrada aún no se ha traducido a tu idioma, así que se muestra el original a continuación.

functor

In category theory, a mapping between categories that preserves the categorical structure, including the composition of morphisms and identity morphisms. / In computer science and functional programming, a data type that can be mapped over, meaning it implements a map function to apply a transformation to the value it contains.
Noun
pl: functors

Meanings

Noun

In category theory, a mapping between categories that preserves the categorical structure, including the composition of morphisms and identity morphisms.

The covariant functor maps objects of category C to objects of category D.

Noun

In computer science and functional programming, a data type that can be mapped over, meaning it implements a map function to apply a transformation to the value it contains.

A list is a common example of a functor in Haskell.

Examples

Does this specific typeclass qualify as a functor in your implementation?

Does this specific typeclass qualify as a functor in your implementation?

I need to understand how a contravariant functor differs from a covariant one.

School Life

The professor explained that every monad is also a functor.

The professor explained that every monad is also a functor.

School Life

Maybe I should use a functor here to transform the wrapped value without unpacking it.

Maybe I should use a functor here to transform the wrapped value without unpacking it.

The identity functor maps every object and morphism to itself.

We can define a functor that translates the logic from one category to another.

We can define a functor that translates the logic from one category to another.

Is the Option type considered a functor in this language?

Is the Option type considered a functor in this language?

The mapping properties of the functor ensure that the structure remains intact.

I wonder if there is a more efficient way to implement this functor.

Related Words

Última actualización: May 2026Reportar un error