FiniteCategories-0.6.4.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.DiscreteCategory

Description

A discrete category is a full subcategory of Galaxy.

Synopsis

Documentation

type DiscreteMorphism a = StarIdentity a Source #

A discrete morphism.

type DiscreteCategory a = FullSubcategory (Galaxy a) (StarIdentity a) a Source #

A discrete category is a full subcategory of Galaxy.

discreteCategory :: Set a -> DiscreteCategory a Source #

Return the DiscreteCategory containing a set of objects.