Skip to content

Releases: lloydmeta/frunk

Adds helper methods for HList

01 Mar 07:05

Choose a tag to compare

You can now:

  • Reverse an HList
  • Map over an HList
  • Fold over an HList

v0.1.9 release

04 Feb 15:12

Choose a tag to compare

Makes HList a Semigroup thanks to @tupshin 👍

Whereas Semigroup implementations for Tuples are written via macros for up to 26 elements, the HList Semigroup implementation is unbounded :)