Category

Category#

class discopy.feedback.Category(ob=None, ar=None)[source]#

Bases: discopy.markov.Category

A feedback category is a markov category with methods delay and feedback.

Parameters:
  • ob (type) – The objects of the category, default is Ty.

  • ar (type) – The arrows of the category, default is Diagram.

ob#

alias of Ty

ar#

alias of Diagram