<div dir="ltr"><div><div>Thanks for the feedback.<br><br></div>@Heinrich Yes, that would be nice. I was hoping in the future, I could allow for the user to set some kind of precision value. That would make sure we have a fixed number of digits after the decimal. May be for now, I could "fix" that value and make it align.<br></div><div><div><br>@Tony Yes, I do have a piece of code commented out where I attempted to make it generic but did not pursue that option. Your suggestion is very valid and I am hoping to get there.<br></div><div><br><br><br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Sep 30, 2016 at 1:28 PM, Tony Day <span dir="ltr"><<a href="mailto:tonyday567@gmail.com" target="_blank">tonyday567@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">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.<div class="HOEnZb"><div class="h5"><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" target="_blank">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/<wbr>package/pptable</a><br>
> <a href="https://github.com/gdevanla/pptable#readme" rel="noreferrer" target="_blank">https://github.com/gdevanla/<wbr>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>
> ------------------------------<wbr>------------------------------<wbr>------------<br>
><br>
> ______________________________<wbr>_________________<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-<wbr>bin/mailman/listinfo/haskell-<wbr>cafe</a><br>
> Only members subscribed via the mailman list are allowed to post.<br>
<br>
______________________________<wbr>_________________<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-<wbr>bin/mailman/listinfo/haskell-<wbr>cafe</a><br>
Only members subscribed via the mailman list are allowed to post.</blockquote></div>
</div></div><br>______________________________<wbr>_________________<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-<wbr>bin/mailman/listinfo/haskell-<wbr>cafe</a><br>
Only members subscribed via the mailman list are allowed to post.<br></blockquote></div><br></div>