UNPKG

@effect-ts/system

Version:

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

7 lines (4 loc) 206 B
// ets_tracing: off import * as SortedSet from "../../Collections/Immutable/SortedSet/index.js" import { runtimeOrd } from "../../Fiber/runtimeOrd.js" export const fiberSet = SortedSet.make(runtimeOrd())