Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[cats-effect] Capture can be derived for anything that has a Sync instance #213

Closed
kubukoz opened this issue Jun 27, 2018 · 0 comments · Fixed by #214
Closed

[cats-effect] Capture can be derived for anything that has a Sync instance #213

kubukoz opened this issue Jun 27, 2018 · 0 comments · Fixed by #214

Comments

@kubukoz
Copy link

kubukoz commented Jun 27, 2018

Capture.capture is equivalent to Sync.delay, so an instance of Capture[F] can be implemented for every F[_] : Sync.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant