MCPcopy
hub / github.com/Effect-TS/effect / asVoid

Function asVoid

packages/typeclass/src/Covariant.ts:72–74  ·  view source on GitHub ↗
(
  F: Covariant<F>
)

Source from the content-addressed store, hash-verified

70 * @since 0.24.0
71 */
72export const asVoid = <F extends TypeLambda>(
73 F: Covariant<F>
74): <R, O, E, _>(self: Kind<F, R, O, E, _>) => Kind<F, R, O, E, void> => as(F)<void>(undefined)
75
76const let_ = <F extends TypeLambda>(
77 F: Covariant<F>

Callers

nothing calls this directly

Calls 1

asFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…