Pinned Loading
-
regexp-toolset
regexp-toolset PublicCollection of regexp utils, written in typescript
-
Simplified functor-less implementati...
Simplified functor-less implementation of Van Laarhoven lenses in Typescript. 12export type Lens<S, A> = (f: (y: A) => A, x: S) => S;
34export const view = <S, A>(lens: Lens<S, A>) => (x: S) => {
5let value: unknown = null;
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.