HaskellForMaths-0.4.3: Combinatorics, group theory, commutative algebra, non-commutative algebra

Safe HaskellSafe-Infered

Math.QuantumAlgebra.TensorCategory

Description

A module defining classes and example instances of categories and tensor categories

Documentation

class Category c whereSource

Associated Types

data Ob c :: *Source

data Ar c :: *Source

Methods

id_ :: Ob c -> Ar cSource

source, target :: Ar c -> Ob cSource

(>>>) :: Ar c -> Ar c -> Ar cSource

class TensorCategory c => WeakTensorCategory c whereSource

Methods

assoc :: Ob c -> Ob c -> Ob cSource

lunit :: Ob c -> Ob cSource

runit :: Ob c -> Ob cSource