UNPKG

fp-ts-std

Version:

The missing pseudo-standard library for fp-ts.

4 lines (3 loc) 70 B
export function mapBoth(F) { return f => x => F.bimap(x, f, f); }