Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Effect-TS/effect
/ empty
Function
empty
packages/effect/src/Order.ts:117–117 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
115
* @since 2.0.0
116
*/
117
export
const
empty = <A>(): Order<A> => make(() => 0)
118
119
/**
120
* @category combining
Callers
2
combineAll
Function · 0.70
reverse
Function · 0.70
Calls
1
make
Function · 0.70
Tested by
no test coverage detected