Additional instances for text-show.
text-show-instances is a supplemental library to text-show that provides additional Show instances for data types in common Haskell libraries and GHC dependencies that are not encompassed by text-show. Currently, text-show-instances covers these libraries:
One can use these instances by importing TextShow.Instances. Alternatively, there are monomorphic versions of the showb function available in the other submodules of TextShow.
text-show-instances
text-show-instances is a supplemental library to text-show that provides additional Show instances for data types in common Haskell libraries and GHC dependencies that are not encompassed by text-show. Currently, text-show-instances covers these libraries:
- aeson
- bifunctors
- binary
- containers
- directory
- ghc-boot
- haskeline
- hpc
- old-locale
- old-time
- pretty
- random
- scientific
- tagged
- template-haskell
- terminfo
- time
- transformers
- unix
- unordered-containers
- uuid-types
- vector
- Win32
- xhtml
One can use these instances by importing TextShow.Instances. Alternatively, there are monomorphic versions of the showb function available in the other submodules of TextShow.