Re: [Haskell-cafe] ANN: hesql

2009-11-14 Thread Jake Wheat
an approach like this might sometimes be preferred to a haskelldb-like approach, different situations can recommend one or the other. Thanks, Jake Wheat ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

[Haskell-cafe] HList darcs repo missing?

2010-01-25 Thread Jake Wheat
Hello all, I was looking for the HList darcs repo at: http://darcs.haskell.org/HList/ but it seems to be missing. Has it been moved somewhere else? Thanks, Jake Wheat ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org

Re: [Haskell-cafe] HList darcs repo missing?

2010-01-25 Thread Jake Wheat
2010/1/25 Ross Paterson : > Most things that could be moved to community.haskell.org weren't moved > across to the new machine: > > http://www.haskell.org/pipermail/haskell/2010-January/021861.html Thanks, I found what seems to be the latest version here (last update 14th Jan 2010): http://old-da

Re: [Haskell-cafe] What is the meaning of tilde ("~") symbol

2010-02-14 Thread Jake Wheat
On 14 February 2010 16:02, Henk-Jan van Tuyl wrote: > The symbols that are not specified in a library can be found here: >  http://www.haskell.org/haskellwiki/Keywords > Hoogle used to show links to this page, when a keyword was searched, but not > anymore. In section 5 ! on this page it says >

Re: [Haskell-cafe] What is the meaning of tilde ("~") symbol

2010-02-14 Thread Jake Wheat
On 14 February 2010 22:11, Evan Laforge wrote: >>> Finally, it is the array subscript operator: >>> >>> let x = arr ! 10 >> >> Shouldn't this be >> >> let x = arr !! 10 > > !! is the list subscript.  Look in Data.Array.IArray for (!).  Or Data.Map. > > There's still no consensus on typeclasses for

[Haskell-cafe] Data.Text and quasi quoting

2012-10-02 Thread Jake Wheat
Hello, I have a parser which parses to an ast which contains Text values. I am trying to use this parser with quasiquoting, but the implementation of Data for Text is incomplete. I've attached a smallish test case, when I try to compile Text.hs I get: Text.hs:17:9: Exception when trying to ru

Re: [Haskell-cafe] Data.Text and quasi quoting

2012-10-03 Thread Jake Wheat
then it will be compile. > > Do you want that or what? > > > > > > 2012/10/2 Jake Wheat > > > Hello, > > > > I have a parser which parses to an ast which contains Text values. I > > am trying to use this parser with quasiquoting, but the im

[Haskell-cafe] ANNOUNCE: hssqlppp, sql parser and type checker, pre-alpha

2009-09-14 Thread Jake Wheat
27;m pretty new to Haskell, parsing, attribute grammars and type checking - any comments, advice, criticism welcome. Thanks, Jake Wheat ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Re: [Haskell-cafe] ANNOUNCE: hssqlppp, sql parser and type checker, pre-alpha

2009-09-14 Thread Jake Wheat
I've uploaded the code to Hackage, you can install it with: cabal install hssqlppp or you can get the source using cabal unpack hssqlppp 2009/9/14 John Van Enk : > Second the hackage suggestion. > > `cabal unpack [package name]` is a really nice way to grab sources. > > On Mon, Sep 14, 2009 at