Would it be possible to go polymorphic on the container shape? Eg Rather than having toBoxVector etc, create a Traversable a => Boxable a class with a toBox method etc.<br><br>If you go aligning decimals, the Formatting library would come in handy.<br><div class="gmail_quote"><div dir="ltr">On Sat, Oct 1, 2016 at 6:18 AM Heinrich Apfelmus <<a href="mailto:apfelmus@quantentunnel.de">apfelmus@quantentunnel.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I like it!<br>
<br>
One feature I would like to see: Have you considered aligning decimal<br>
points? I.e. an output along the lines of<br>
<br>
ticker     price          marketCap<br>
  "YHOO"      42.2910101     0.40   e11<br>
  "GOOG"     774.210101      5.3209 e11<br>
  "AMZN"     799.161717      3.7886 e11<br>
<br>
or something like that. In this format, it is easier to survey the order<br>
of magnitude of a quantity. Then again, exponents `e10` may be trickier<br>
to handle.<br>
<br>
<br>
Best regards,<br>
Heinrich Apfelmus<br>
<br>
--<br>
<a href="http://apfelmus.nfshost.com" rel="noreferrer" target="_blank">http://apfelmus.nfshost.com</a><br>
<br>
<br>
Gurudev Devanla wrote:<br>
> Hello All,<br>
><br>
> I am happy to publish a new library on Hackage that lets one print values<br>
> contained in lists, maps, vectors in a tabular format. This is motivated<br>
> from the output I am used to seeing while using the Pandas library in<br>
> Python. This is my first Haskell library and I look forward to feedback and<br>
> suggestions on improving the library.<br>
><br>
> <a href="https://hackage.haskell.org/package/pptable" rel="noreferrer" target="_blank">https://hackage.haskell.org/package/pptable</a><br>
> <a href="https://github.com/gdevanla/pptable#readme" rel="noreferrer" target="_blank">https://github.com/gdevanla/pptable#readme</a><br>
><br>
> One thing, which I right away do not like about the library is the<br>
> constraints where the values will have to derive from both Data.Data and<br>
> GHC.Generic.Generics.<br>
><br>
> Thank you and I look forward to some feedback.<br>
><br>
> Regards<br>
> Guru<br>
><br>
> P.S:  I spent a lot of time trying to  make Hackage produce the haddock<br>
> links. Any pointers to that would be helpful.  And "stack sdist" does not<br>
> package the documentation automatically.<br>
><br>
><br>
><br>
><br>
> ------------------------------------------------------------------------<br>
><br>
> _______________________________________________<br>
> Haskell-Cafe mailing list<br>
> To (un)subscribe, modify options or view archives go to:<br>
> <a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe" rel="noreferrer" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe</a><br>
> Only members subscribed via the mailman list are allowed to post.<br>
<br>
_______________________________________________<br>
Haskell-Cafe mailing list<br>
To (un)subscribe, modify options or view archives go to:<br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe" rel="noreferrer" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe</a><br>
Only members subscribed via the mailman list are allowed to post.</blockquote></div>