UNPKG

foci

Version:

Lens-like functionality with a lodash-style interface.

9 lines (7 loc) 121 B
export const Identity = x => ( { map: (f) => Identity(f(x)), run: x } ) export default Identity