Bind<F, A, B> constructor

Bind<F, A, B>(
  1. Free<F, B> ffb,
  2. _FreeF<F, A> f
)

Implementation

Bind(this.ffb, this.f);