Parameters
onBind: (<S>(next) => ((data) => R))
- <S>(next): ((data) => R)
Parameters
next: ((s) => Free<F, T>)
Returns ((data) => R)
Returns ((onReturn) => ((data) => R))
The continuation result of given functions.
- (onReturn): ((data) => R)
Returns ((data) => R)
Converts a
Free
into a function of continuation passing style.