Conversation
This is a generalization of a multicategory like https://gist.github.com/plt-amy/174cf949e4cad7a24c1c73d0cdc6c35b However, I didn't require isArity to be a proposition so that isFinOrd also qualifies as an arity.
|
I'll add more when the next version of cubical is supported and the error is fixed |
I think Tom Leinster's multicategories are actually more general than these: Given some |
|
Interestingly, this seems to be a similar approach as https://github.com/hmoeneclaey/operads/blob/master/Operad.agda |
Could you please add this reference in a comment in the code? That way it won't get lost |
What code are you referring to? This pull request is closed, and though I intend to make another PR formalizing multicategories sometime in the future, I'm going to use a different approach (based on the wild monads #1265), so it won't really be relevent if i put it there |
|
Oh, I did not see that the PR was closed. I just thought that it would be better to have a pointer to https://github.com/hmoeneclaey/operads/blob/master/Operad.agda in the code instead of on Github as that will make it better documented in the code base for the future |
The promised sequel to agda#1212
This is a generalization of a multicategory like https://gist.github.com/plt-amy/174cf949e4cad7a24c1c73d0cdc6c35b However, I didn't require
isArityto be a proposition so that the finite ordinals also qualify as arities. This is a generalization of both non-symmetric and symmetric multicategories, and it also allows multicategories with infinite-arity morphisms. I am currently not sure of the relation to Tom Leinster's generalized multicategories.