Skip to content

Releases: pelotom/hkts

v0.3.1

01 Sep 01:11
Compare
Choose a tag to compare

Produce type definitions (oops!)

v0.3.0

27 Aug 06:43
Compare
Choose a tag to compare

Use type classes conforming to static-land spec.

v0.2.2

27 Aug 03:33
Compare
Choose a tag to compare

Support transformation of tuples (up to length 10)

v0.2.1

26 Aug 00:47
Compare
Choose a tag to compare

Add Fixed operator for protecting bound type parameters.

v0.2.0

25 Aug 02:36
Compare
Choose a tag to compare
  • Make $ take a tuple of replacement types to allow multi-parameter substitution (#1)
  • Add Bifunctor type class and corresponding Either test case created by @markandrus
  • Add placeholder aliases _0 = _<0>, _1 = _<1>, etc.