The Typelevel ecosystem of libraries for functional programming in Scala provides several fundamental type classes for representing the capabilities of different computations.
Effect: Transforming the value inside an effect by mapping over it
[📚 Functor docs][docs-functor]