{-| Module  : FiniteCategories
Description : __'Square'__ exported with GraphViz.
Copyright   : Guillaume Sabbagh 2022
License     : GPL-3
Maintainer  : guillaumesabbagh@protonmail.com
Stability   : experimental
Portability : portable

__'Square'__ exported with GraphViz.

Export the __'Square'__ category in the directory "OutputGraphViz\/Examples\/FiniteCategories\/Square".
-}
module Math.FiniteCategories.Square.Example
(
    main
)
where
    import Data.WeakSet.Safe
    
    import Math.FiniteCategories.Square
    import Math.IO.FiniteCategories.ExportGraphViz
    
    -- | __'Square'__ exported with GraphViz.

    main :: IO ()
    main :: IO ()
main = do
        String -> IO ()
putStrLn String
"Start of Math.FiniteCategories.Square.Example"
        Square -> String -> IO ()
forall o m c.
(Eq o, PrettyPrint o, PrettyPrint m, Morphism m o,
 FiniteCategory c m o) =>
c -> String -> IO ()
catToPdf Square
Square String
"OutputGraphViz/Examples/FiniteCategories/Square/Square"
        String -> IO ()
putStrLn String
"End of Math.FiniteCategories.Square.Example"