Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ constant
Function
constant
packages/effect/src/Combiner.ts:266–268 ·
view source on GitHub ↗
(a: A)
Source
from the content-addressed store, hash-verified
264
* @since 4.0.0
265
*/
266
export
function
constant<A>(a: A): Combiner<A> {
267
return
make(() => a)
268
}
269
270
/**
271
* Wraps a `Combiner` so that a separator value is inserted between every
Callers
15
Schedule.ts
File · 0.90
fibonacci
Function · 0.90
tx
Function · 0.90
reduceWhileEffect
Function · 0.90
takeWhileEffect
Function · 0.90
takeWhileFilterEffect
Function · 0.90
collect
Function · 0.90
ExecutionPlan.ts
File · 0.90
mapEffectConcurrent
Function · 0.90
Channel.ts
File · 0.90
make
Function · 0.90
succeedContext
Function · 0.90
Calls
1
make
Function · 0.70
Tested by
no test coverage detected