typeclass-proposal
typeclass-proposal copied to clipboard
Enrich companion object of instance type with type class methods
Suggested by @michaelpilquist, E.g., given an Applicative[Foo]
, Foo.type
is automatically enriched with pure
.