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