Package: effect Module: STM
effect
STM
Returns an STM effect that succeeds with the specified value.
Signature
declare const succeed: <A>(value: A) => STM<A>
Source
Since v2.0.0