{-| Module : FiniteCategories Description : __1__ exported with GraphViz. Copyright : Guillaume Sabbagh 2022 License : GPL-3 Maintainer : guillaumesabbagh@protonmail.com Stability : experimental Portability : portable __1__ exported with GraphViz. Export the __1__ category in the directory "OutputGraphViz\/Examples\/FiniteCategories\/One". -} module Math.FiniteCategories.One.Example ( main ) where import Math.FiniteCategories.One import Math.IO.FiniteCategories.ExportGraphViz -- | __'One'__ exported with GraphViz. main :: IO () main = do putStrLn "Start of Math.FiniteCategories.One.Example" catToPdf One "OutputGraphViz/Examples/FiniteCategories/One/One" putStrLn "End of Math.FiniteCategories.One.Example"