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

Math.FiniteCategories.FinSketch.Examples

Description

Examples of Sketches.

Synopsis

Documentation

exampleSketchMagma :: Sketch Text Text Source #

The Sketch of the magma structure.

exampleSketchUnitalMagma :: Sketch Text Text Source #

The Sketch of the unital magma structure. A unital magma is a magma with an identity.

exampleSketchMorphismMagmaToUnitalMagma :: SketchMorphism Text Text Source #

The inclusion sketch morphism from the sketch of magmas to the sketch of unital magmas.

exampleSketchGraph :: Sketch Text Text Source #

The sketch of graphs.

exampleSketchPointedSet :: Sketch Text Text Source #

The sketch of pointed sets.

exampleSketchAtomic :: Sketch Text Text Source #

A sketch with just one object and no (co)cone.

exampleDiagramOfSketches :: Diagram Hat HatAr HatOb (FinSketch Text Text) (SketchMorphism Text Text) (Sketch Text Text) Source #

A diagram selecting exampleSketchAtomic, exampleSketchPointedSet and exampleSketchGraph so that its colimit is the sketch of graphs with a distinguished edge.

exampleSketchLoop :: Sketch Text Text Source #

A sketch with a single object and a loop. This sketch is infinite because of the loop.

exampleDiagramOfSketches2 :: Diagram Hat HatAr HatOb (FinSketch Text Text) (SketchMorphism Text Text) (Sketch Text Text) Source #

A diagram selecting exampleSketchAtomic, exampleSketchPointedSet and exampleSketchLoop so that its colimit is the sketch of discrete systems.

exampleLantern :: Sketch Text Text Source #

An example of Sketch containing a Lantern.

exampleSpotlight :: Sketch Text Text Source #

An example of Sketch containing a Spotlight.

exampleCrescentMoon :: Sketch Text Text Source #

An example of Sketch containing a CrescentMoon.

exampleColantern :: Sketch Text Text Source #

An example of Sketch containing a Colantern.

exampleCospotlight :: Sketch Text Text Source #

An example of Sketch containing a Cospotlight.

exampleCocrescentMoon :: Sketch Text Text Source #

An example of Sketch containing a CocrescentMoon.

exampleNoCrescentMoon :: Sketch Text Text Source #

An example of Sketch containing no CrescentMoon but in a tricky way.

exampleSketchToRealize :: Sketch Text Text Source #

An example of Sketch to realize.