Type Alias EndoFn<T>

EndoFn<T>: ((param: T) => T)

An endofunctor is a functor from one category back to the same category.

Type Parameters

  • T