| Linux premium331.web-hosting.com 4.18.0-553.80.1.lve.el8.x86_64 #1 SMP Wed Oct 22 19:29:36 UTC 2025 x86_64 Path : /proc/self/root/home/livedhms/lmgt/node_modules/effect/dist/esm/internal/ |
| Current File : //proc/self/root/home/livedhms/lmgt/node_modules/effect/dist/esm/internal/doNotation.js |
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