-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Endofunctors & Bind #56
Comments
Pull requests are welcome :) On Sat, Jul 23, 2016 at 2:39 PM Michael Combs [email protected]
|
Isn't the common definition of functor the same as endofunctor? What distinction are you hoping to make? |
I guess it's not really applicable to programming since there is only the category of types. To me the distinction was an important one when I was learning Haskell. |
We could add a note to Functor to say that it's actually an endofunctor but has become the defacto meaning of functor. |
You should add an endo functor definition to better explain monadic binds.
The text was updated successfully, but these errors were encountered: