-
Notifications
You must be signed in to change notification settings - Fork 377
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
Groupoid #232
Comments
I particularly like how the Groupoids are related to Automatas: |
What is this issue for? Getting Groupoid specified? |
Yes! Only if it makes sense. |
Starting with a Semigroupoid would be best. What would it look like in JS? |
I know this is not haskell, but I couldn't figure anything else closer to our realm... Here's a package for one in haskell: https://hackage.haskell.org/package/semigroupoids Here's a definition for Groupoid there: https://hackage.haskell.org/package/semigroupoids-5.1/docs/Data-Groupoid.html And here's one for semigroupoid: https://hackage.haskell.org/package/semigroupoids-5.1/docs/Data-Semigroupoid.html They say that a semigroupoid is a Should we start with Category? |
Category and Groupoid would both extend Semigroupoid. It would be useful for #208. |
@gabejohnson definitely! |
Algebra also has the definition of Groupoid: https://en.wikipedia.org/wiki/Groupoid_algebra
I'm definitely new to the algebraic world, but isn't it like... reducing a field K with a set of reducers G? It's not specific on the dimensions of the field or the number of applicable functions, which sounds definitely useful to me.
I wonder how it could be implemented. If there's interest on it, I would gladly help.
The text was updated successfully, but these errors were encountered: