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

Add Applicative syntax #882

Closed
notxcain opened this issue Feb 16, 2016 · 1 comment
Closed

Add Applicative syntax #882

notxcain opened this issue Feb 16, 2016 · 1 comment

Comments

@notxcain
Copy link
Contributor

Sometimes it's very handy to abstract over F[_] constructor using syntax instead of Applicative instance method. Example:

1.pure[Option]
// vs
Applicative[Option].pure(1)
@notxcain
Copy link
Contributor Author

Gonna send PR tonight.

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