UNPKG

@effect-ts/system

Version:

Effect-TS is a zero dependency set of libraries to write highly productive, purely functional TypeScript at scale.

5 lines 270 B
// ets_tracing: off import * as SortedSet from "../../Collections/Immutable/SortedSet/index.mjs"; import { runtimeOrd } from "../../Fiber/runtimeOrd.mjs"; export const fiberSet = /*#__PURE__*/SortedSet.make( /*#__PURE__*/runtimeOrd()); //# sourceMappingURL=index.mjs.map