Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Schedule.jittered requires Random.Random #454

Closed
gcanti opened this issue Jun 18, 2023 · 0 comments · Fixed by #450
Closed

Schedule.jittered requires Random.Random #454

gcanti opened this issue Jun 18, 2023 · 0 comments · Fixed by #450

Comments

@gcanti
Copy link
Contributor

gcanti commented Jun 18, 2023

Actual signature:

export declare const jittered: <Env, In, Out>(self: Schedule<Env, In, Out>) => Schedule<Env | Random.Random, In, Out>;

Expected return type:

Schedule<Env, In, Out>

@gcanti gcanti transferred this issue from Effect-TS/data Jun 19, 2023
@gcanti gcanti closed this as completed in 4686d32 Jun 19, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant