typelevel / cats-tagless

Library of utilities for tagless final encoded algebras
https://typelevel.org/cats-tagless/
Apache License 2.0
310 stars 41 forks source link

Scala3 ApplyK macros and SemigroupalK derivation improvement #516

Closed pomadchin closed 3 months ago

pomadchin commented 3 months ago

This PR adds ApplyK as well as makes SemigroupalK macro a bit smarter and it may work now with type constructors in the func args.

pomadchin commented 3 months ago

oops rebased on top of the main branch