v0.2.0
- Make
$
take a tuple of replacement types to allow multi-parameter substitution (#1) - Add
Bifunctor
type class and correspondingEither
test case created by @markandrus - Add placeholder aliases
_0 = _<0>
,_1 = _<1>
, etc.
$
take a tuple of replacement types to allow multi-parameter substitution (#1)Bifunctor
type class and corresponding Either
test case created by @markandrus_0 = _<0>
, _1 = _<1>
, etc.