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

Don't derive Data #25

Open
treeowl opened this issue Sep 15, 2017 · 2 comments
Open

Don't derive Data #25

treeowl opened this issue Sep 15, 2017 · 2 comments

Comments

@treeowl
Copy link
Contributor

treeowl commented Sep 15, 2017

Currently, we derive a Data instance for Stream. This seems wrong, because it allows users to distinguish streams based on Effect layering. The way to stick with the current general approach is to work on unexposed streams. Another major option would be to proclaim that Stream is just a representation of something like FreeT, and make a Data instance emulating that. That might be going too far, though.

@andrewthad
Copy link
Contributor

andrewthad commented Sep 15, 2017 via email

@chessai
Copy link
Member

chessai commented Jul 12, 2018

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

No branches or pull requests

3 participants