FiniteCategories-0.3.0.0: src/Math/FiniteCategories/Square/Example.hs
{-| Module : FiniteCategories
Description : __'Square'__ pretty printed.
Copyright : Guillaume Sabbagh 2022
License : GPL-3
Maintainer : guillaumesabbagh@protonmail.com
Stability : experimental
Portability : portable
__'Square'__ pretty printed.
-}
module Math.FiniteCategories.Square.Example
(
main
)
where
import Data.WeakSet.Safe
import Math.FiniteCategories.Square
import Math.IO.PrettyPrint
import Math.FiniteCategory
-- | __'Square'__ pretty printed.
main :: IO ()
main = do
putStrLn "Start of Math.FiniteCategories.Square.Example"
putStrLn $ pprintFiniteCategory Square
putStrLn "End of Math.FiniteCategories.Square.Example"