FiniteCategories-0.4.0.0: Finite categories and usual categorical constructions on them.
CopyrightGuillaume Sabbagh 2022
LicenseGPL-3
Maintainerguillaumesabbagh@protonmail.com
Stabilityexperimental
Portabilityportable
Safe HaskellSafe-Inferred
LanguageHaskell2010

Math.FiniteCategories.Parallel

Description

The Parallel category contains two objects A and B and two morphisms F : A -> B and G : A -> B.

Synopsis

Documentation

data Parallel Source #

The Parallel category.

Constructors

Parallel 

Instances

Instances details
PrettyPrint Parallel Source # 
Instance details

Defined in Math.FiniteCategories.Parallel

Methods

pprint :: Parallel -> String Source #

Show Parallel Source # 
Instance details

Defined in Math.FiniteCategories.Parallel

Methods

showsPrec :: Int -> Parallel -> ShowS

show :: Parallel -> String

showList :: [Parallel] -> ShowS

Eq Parallel Source # 
Instance details

Defined in Math.FiniteCategories.Parallel

Methods

(==) :: Parallel -> Parallel -> Bool

(/=) :: Parallel -> Parallel -> Bool

Category Parallel ParallelAr ParallelOb Source # 
Instance details

Defined in Math.FiniteCategories.Parallel

FiniteCategory Parallel ParallelAr ParallelOb Source # 
Instance details

Defined in Math.FiniteCategories.Parallel