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

Consistent datatypes in scalaz. #2051

Open
GodPlaysChess opened this issue Apr 3, 2019 · 0 comments
Open

Consistent datatypes in scalaz. #2051

GodPlaysChess opened this issue Apr 3, 2019 · 0 comments

Comments

@GodPlaysChess
Copy link
Contributor

GodPlaysChess commented Apr 3, 2019

scalaz introduces better versions of the standard datatypes, such as
==>> (Map),
Maybe,
IList , but does not use it itself (for instance Map api returns List instead of IList and Option instead of Maybe) , which makes very cumbersome to utilise them.

I identified those places:

DataTypes:

  • IList
  • ==>>
  • These
  • Ephemeral Stream

Typeclasses:

  • Enum
  • Foldable

I discussed it in gitter and going to link corresponding PRs to this issue.
I think it makes sense to change Foldable and Enum typeclass as well. What do you think?

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

No branches or pull requests

1 participant