[Haskell-cafe] Text report tools?

Gregory Collins greg at gregorycollins.net
Mon Jun 20 20:47:50 CEST 2011


Try http://hackage.haskell.org/package/HStringTemplate.

G

On Mon, Jun 20, 2011 at 2:27 PM, Dmitri O.Kondratiev <dokondr at gmail.com> wrote:
> Hi,
> I am looking for an easy way to generate text reports.
> For starters I need a very simple report that may contain:
> - Some headers
> - Lists of text strings where each string can include instances of basic
> Haskell types.  Each string should be printed on a separate line (terminated
> with LF).
>
> Do I understand this right that for such simple reports (as above)
> Text.Printf is the main tool?
>
> As a next step, a simple report engine controlled by templates or DSL would
> help.
>
> Thanks!
>
>
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>
>



-- 
Gregory Collins <greg at gregorycollins.net>



More information about the Haskell-Cafe mailing list