[Haskell-beginners] Text.Xhtml.Table problems, with a very simple table

Tom Murphy amindfv at gmail.com
Mon Jun 20 20:41:36 CEST 2011


Hi All,

I'm trying to create a table like this:

   ----------
   | a1 |   |
   |----|  b  |
   |  a2 |   |
   ----------

My code is this:

triTable a1 a2 b = table << ((a1
                              </> a2) <-> (b))


But it's mashing elements together.
What am I doing wrong??

Thanks for your time,
Tom



More information about the Beginners mailing list