Re: [GENERAL] Howto implement sxntax and semantic complie time chock for

2008-05-30 Thread Marc Weber
On Thu, May 29, 2008 at 01:34:22PM +0200, Albe Laurenz wrote: > marco-oweber wrote: > > I'd like to implement some query checking at compile time for haskell > > using template haskell. > > > > Is there any query method such as > > explain input and output types of query "SELECT (1,'string')" > >

Re: [GENERAL] Howto implement sxntax and semantic complie time chock for

2008-05-29 Thread Albe Laurenz
marco-oweber wrote: > I'd like to implement some query checking at compile time for haskell > using template haskell. > > Is there any query method such as > explain input and output types of query "SELECT (1,'string')" > or "INSERT INTO foo (a,b,c) VALUES (?,?,?)" ? > returning Int, String or suc