MCPcopy Create free account
hub / github.com/Effect-TS/effect / Order

Interface Order

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

Source from the content-addressed store, hash-verified

51 * @since 2.0.0
52 */
53export interface Order<in A> {
54 (self: A, that: A): Ordering
55}
56
57/**
58 * Type lambda for the `Order` type class, used internally for higher-kinded type operations.

Callers 1

signFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected