()
| 150 | |
| 151 | /** @internal */ |
| 152 | export const update = <A>(): Differ.Differ<A, (a: A) => A> => updateWith((_, a) => a) |
| 153 | |
| 154 | /** @internal */ |
| 155 | export const updateWith = <A>(f: (x: A, y: A) => A): Differ.Differ<A, (a: A) => A> => |
no test coverage detected