MCPcopy
hub / github.com/Effect-TS/effect / Order.ts

File Order.ts

packages/effect/src/Order.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1/**
2 * This module provides an implementation of the `Order` type class which is used to define a total ordering on some type `A`.
3 * An order is defined by a relation `<=`, which obeys the following laws:
4 *

Callers

nothing calls this directly

Calls 5

makeFunction · 0.70
fFunction · 0.70
allFunction · 0.70
lessThanFunction · 0.70
greaterThanFunction · 0.70

Tested by

no test coverage detected