UNPKG

fp-ts-std

Version:

The missing pseudo-standard library for fp-ts.

8 lines (7 loc) 193 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.mapBoth = void 0; function mapBoth(F) { return f => x => F.bimap(x, f, f); } exports.mapBoth = mapBoth;