| Name: | ghc-pretty-show |
|---|---|
| Version: | 1.10 |
| Release: | 20.el10_0 |
| Architecture: | aarch64 |
| Group: | Unspecified |
| Size: | 450154 |
| License: | MIT |
| RPM: | ghc-pretty-show-1.10-20.el10_0.aarch64.rpm |
| Source RPM: | ghc-pretty-show-1.10-20.el10_0.src.rpm |
| Build Date: | Tue May 20 2025 |
| Build Host: | build-ol10-aarch64.oracle.com |
| Vendor: | Oracle America |
| URL: | https://hackage.haskell.org/package/pretty-show |
| Summary: | Tools for working with derived Show instances and generic inspection of values |
| Description: | We provide a library and an executable for working with derived 'Show' instances. By using the library, we can parse derived 'Show' instances into a generic data structure. The 'ppsh' tool uses the library to produce human-readable versions of 'Show' instances, which can be quite handy for debugging Haskell programs. We can also render complex generic values into an interactive Html page, for easier examination. |