UNPKG

@aws/pdk

Version:

All documentation is located at: https://aws.github.io/aws-pdk

7 lines (6 loc) 126 B
function _promap(f, g, profunctor) { return function (x) { return g(profunctor(f(x))); }; } module.exports = _promap;