Created
October 13, 2022 13:53
-
-
Save rexcfnghk/a2ef1796a9305316be98b388a2cfc07b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Category y where | |
id :: y a a -- identity for composition. | |
(.) :: y b c -> y a b -> y a c -- associative composition. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment