You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to have visual trees generated from ChunkedSentences, ideally in a way that would work with IHaskell, but just generating PNGs or other open formats would be great.
I envision an API like this:
typeclass ShowTree a whereshowTree::a->SomeImageFormat
There shouldn't need to be any IO in that function, but I can imagine other parameters coming into play (resolution, DPI, color palette, etc...) but even a basic approach would be great. This would be primarily for debugging/experimentation.
The text was updated successfully, but these errors were encountered:
It would be nice to have visual trees generated from ChunkedSentences, ideally in a way that would work with IHaskell, but just generating PNGs or other open formats would be great.
I envision an API like this:
There shouldn't need to be any IO in that function, but I can imagine other parameters coming into play (resolution, DPI, color palette, etc...) but even a basic approach would be great. This would be primarily for debugging/experimentation.
The text was updated successfully, but these errors were encountered: