Copyright | Guillaume Sabbagh 2021 |
---|---|
License | GPL-3 |
Maintainer | guillaumesabbagh@protonmail.com |
Stability | experimental |
Portability | portable |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Helpers for instanciating Show.
Synopsis
- showFunction :: (Show a, Show b) => (a -> b) -> [a] -> String
Documentation
showFunction :: (Show a, Show b) => (a -> b) -> [a] -> String Source #
Show a function on a certain domain.