DZ
Size: a a a
DZ
NK
DZ
DZ
DZ
DZ
NK
DZ
NK
DZ
DZ
NK
NK
l
const count = createStore(0)
type Ap = Store<((_: number) => number)>
const applicative: Ap = count
.map(n => (n1: number) => n1 + n)
NK
DZ
const count = createStore(0)
type Ap = Store<((_: number) => number)>
const applicative: Ap = count
.map(n => (n1: number) => n1 + n)
DZ
l
DZ