Skip to content

v0.2.0

Compare
Choose a tag to compare
@pelotom pelotom released this 25 Aug 02:36
· 59 commits to master since this release
  • 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.