[Haskell-cafe] Library pretty print values in Tabular format

Ivan Lazar Miljenovic ivan.miljenovic at gmail.com
Fri Sep 30 14:50:32 UTC 2016


Actually sending this to the list (no idea where the googlegroups bit
came from).

On 30 September 2016 at 23:49, Ivan Lazar Miljenovic
<ivan.miljenovic at gmail.com> wrote:
> On 30 September 2016 at 22:06, Gurudev Devanla
> <gurudev.devanla at gmail.com> wrote:
>> Hello All,
>>
>> I am happy to publish a new library on Hackage that lets one print values
>> contained in lists, maps, vectors in a tabular format. This is motivated
>> from the output I am used to seeing while using the Pandas library in
>> Python. This is my first Haskell library and I look forward to feedback and
>> suggestions on improving the library.
>>
>> https://hackage.haskell.org/package/pptable
>> https://github.com/gdevanla/pptable#readme
>>
>> One thing, which I right away do not like about the library is the
>> constraints where the values will have to derive from both Data.Data and
>> GHC.Generic.Generics.
>
> You could provide a type-class for values as well; this would also
> help avoid the usage of get_type == "Bool" that you have.
>
>> Thank you and I look forward to some feedback.
>>
>> Regards
>> Guru
>>
>> P.S:  I spent a lot of time trying to  make Hackage produce the haddock
>> links. Any pointers to that would be helpful.  And "stack sdist" does not
>> package the documentation automatically.
>
> Hackage should automatically generate the documentation after a period
> of time; they are generated server-side not client-side (hence why
> "stack sdist" didn't generate them).
>
>>
>>
>> _______________________________________________
>> Haskell-Cafe mailing list
>> To (un)subscribe, modify options or view archives go to:
>> http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe
>> Only members subscribed via the mailman list are allowed to post.
>
>
>
> --
> Ivan Lazar Miljenovic
> Ivan.Miljenovic at gmail.com
> http://IvanMiljenovic.wordpress.com



-- 
Ivan Lazar Miljenovic
Ivan.Miljenovic at gmail.com
http://IvanMiljenovic.wordpress.com


More information about the Haskell-Cafe mailing list