| import { dual } from "../Function.js"; | |
| /** @internal */ | |
| export const let_ = map => dual(3, (self, name, f) => map(self, a => ({ | |
| ...a, | |
| [name]: f(a) | |
| }))); | |
| /** @internal */ | |
| export const bindTo = map => dual(2, (self, name) => map(self, a => ({ | |
| [name]: a | |
| }))); | |
| /** @internal */ | |
| export const bind = (map, flatMap) => dual(3, (self, name, f) => flatMap(self, a => map(f(a), b => ({ | |
| ...a, | |
| [name]: b | |
| })))); | |
| //# sourceMappingURL=doNotation.js.map |
Xet Storage Details
- Size:
- 447 Bytes
- Xet hash:
- 71752350a070d0d2f329c1f3b140d2535c2b2ba28b32c687e1d8566a5062a132
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.