Skip to content

Instantly share code, notes, and snippets.

@rexcfnghk
Created October 13, 2022 13:53
Show Gist options
  • Save rexcfnghk/a2ef1796a9305316be98b388a2cfc07b to your computer and use it in GitHub Desktop.
Save rexcfnghk/a2ef1796a9305316be98b388a2cfc07b to your computer and use it in GitHub Desktop.
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