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

Math.FiniteCategories.FinGrph.Examples

Description

An example of FullSubcategory of FinGrph and an example of Graph.

Synopsis

Documentation

divisibilityGraph :: Int -> Graph Int Int Source #

Return the divisibility graph of number lesser or equal than a given n.

exampleGraph :: Graph Int Int Source #

Example of graph : divisibility graph of numbers lesser or equal than 10.