text-show-instances alternatives and similar packages
Based on the "Text" category.
Alternatively, view text-show-instances alternatives based on common mentions on social networks and blogs.
-
skylighting
A Haskell syntax highlighting library with tokenizers derived from KDE syntax highlighting descriptions -
double-conversion
A fast Haskell library for converting between double precision floating point numbers and text strings. It is implemented as a binding to the V8-derived C++ double-conversion library.
InfluxDB – Built for High-Performance Time Series Workloads

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of text-show-instances or a related project?
README
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:
bifunctors
binary
containers
directory
ghc-boot
haskeline
hpc
old-locale
old-time
pretty
random
tagged
template-haskell
terminfo
time
transformers
unix
unordered-containers
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
.
*Note that all licence references and agreements mentioned in the text-show-instances README section above
are relevant to that project's source code only.