Description
Orphan Show instances for diagrams package that render inline in some terminals.
Description
This package provides orphan Show instances for the QDiagram type from the diagrams package. This allows showing images from the GHCi prompt, which is really handy for development and experimentation.
README.md
iterm-show-diagrams
This library exports an orphan Show instance for diagrams.
It allows you to view images inline in your terminal if it is supported by the iterm-show library.
It also includes a function, draw
which helps you to assign the correct type for the show instance incase you are using very generic functions.