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

IO.Show

Description

Helpers for instanciating Show.

Synopsis

Documentation

showFunction :: (Show a, Show b) => (a -> b) -> [a] -> String Source #

Show a function on a certain domain.