noun
functor
Technical term in mathematics and computer science; a mapping between categories or a function object. The cross-reference 関手 is the Japanese equivalent.
See also: 関手
圏論では、ファンクタは圏の間の構造を保つ写像である。
In category theory, a functor is a structure-preserving map between categories.
Haskellでは、ファンクタはfmap関数を持つ型クラスとして定義される。
In Haskell, a functor is defined as a type class with the fmap function.