[Haskell-cafe] Re: Could someone give me a sample about haskelldb?

2009-06-19 Thread Magicloud Magiclouds
I changed it, some other problem occured. 1. How to compare a BoolT column to a True? t!c .. True could not work. 2. What shoud I use after !? Like table!col, recordset!col, what is col? Thanks. On Fri, Jun 19, 2009 at 1:24 PM, Magicloud Magicloudsmagicloud.magiclo...@gmail.com wrote: Hi,  I am

[Haskell-cafe] Re: Could someone give me a sample about haskelldb?

2009-06-19 Thread GüŸnther Schmidt
Hi Magicloud, restrict (t!T.done .. constant False) should dot it but your t!T.done confuses me, is the the T.xxx due to an import? also the line 49 does not seem to be right. Would you mind to post your table and column definitions? Günther Magicloud Magiclouds schrieb: I changed it,