Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Effect-TS/effect
/ reverse
Function
reverse
packages/effect/src/Order.ts:74–74 ·
view source on GitHub ↗
(O: Order<A>)
Source
from the content-addressed store, hash-verified
72
* @since 2.0.0
73
*/
74
export
const
reverse = <A>(O: Order<A>): Order<A> => make((self, that) => O(that, self))
75
76
/**
77
* @category combining
Callers
nothing calls this directly
Calls
1
make
Function · 0.70
Tested by
no test coverage detected