yes, but that function currently relies on being nested in an Applicative<F> context. It's not exported as the rest of the functions because it's not inside the
Applicative
type class.
👍 1
Made some progress with assertions and matchers to validate the output of polymorphic programs and avoid having the use to manually invoke
unsafeRunSync
to test values coming from IO and other effect capable data types.