Skip to content

1.1.0

Latest
Compare
Choose a tag to compare
@Snowflyt Snowflyt released this 27 Apr 04:06
  • ✨ feat(Kind): Use TolerantRetTypeW as fallback result of Kind* instead of never. Previously Kind* were essentially aliases for Call*W, returning never when F was not a “concrete“ type lambda. This enhancement makes Kind* more robust by using TolerantRetTypeW<F> as a fallback value instead. This change improves robustness when working with classical HKT scenarios like implementing a Free monad. (03f292d)