Re: [Haskell-cafe] Module name space question

2011-12-12 Thread Michael Craig
> There is, and it's awesome: > > > http://folk.ntnu.no/hammar/**explore-hackage/ > > Though it can be a bit slow to load, so try not to hammer the server too hard :) Awesome indeed! Can we convince Andreas to have it update regularly? Looks like th

Re: [Haskell-cafe] Module name space question

2011-12-12 Thread Alejandro Serrano Mena
You can try the Haskell Browser in the Eclipse plug-in. 2011/12/12 wren ng thornton > On 12/12/11 9:32 AM, Ryan Newton wrote: > >> I don't know why Hoogle didn't find one of the packages. I've often >> wondered about this related question: >> >>* Is there a place to browse the union of all

Re: [Haskell-cafe] Module name space question

2011-12-12 Thread wren ng thornton
On 12/12/11 9:32 AM, Ryan Newton wrote: I don't know why Hoogle didn't find one of the packages. I've often wondered about this related question: * Is there a place to browse the union of all namespaces in all hackage packages? There is, and it's awesome: http://folk.ntnu.no/hammar/e

Re: [Haskell-cafe] Module name space question

2011-12-12 Thread Ryan Newton
I don't know why Hoogle didn't find one of the packages. I've often wondered about this related question: * Is there a place to browse the union of all namespaces in all hackage packages? This would show the global Haskell/Hackage namespace as it currently stands and I think would be useful

Re: [Haskell-cafe] Module name space question

2011-12-12 Thread Yitzchak Gale
Christoph Breitkopf wrote: > If anyone wants to look at the code in question: > http://www.chr-breitkopf.de/comp/IntervalMap Looks interesting, thanks! > 3. Are there more wothwile operations on this data structure? Have a look at ranged sets: http://hackage.haskell.org/package/Ranged-sets Per

Re: [Haskell-cafe] Module name space question

2011-12-12 Thread John Lato
> From: Christoph Breitkopf > > Hi, > > I recently asked about what interfaces to implement for a new data type. > Following the rule that the last 10% of work take the second 90% of time, > some other questions have come up. > > If anyone wants to look at the code in question: > http://www.chr-br

[Haskell-cafe] Module name space question

2011-12-12 Thread Christoph Breitkopf
Hi, I recently asked about what interfaces to implement for a new data type. Following the rule that the last 10% of work take the second 90% of time, some other questions have come up. If anyone wants to look at the code in question: http://www.chr-breitkopf.de/comp/IntervalMap Some time ago, I