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

UsualCategories.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