Re: GHC 6.8.2, Haddock not finding std libs

2007-12-08 Thread Duncan Coutts
On Fri, 2007-12-07 at 14:24 -0800, Greg Fitzgerald wrote: Please test as much as possible One difference between 6.8.1 and 6.8.2 that I see is in running runhaskell Setup.hs haddock with Haddock 0.8 on Windows XP. Haddock is no longer able to resolve the names from the standard libraries.

Re: GHC 6.8.2, Haddock not finding std libs

2007-12-08 Thread Ian Lynagh
Hi Greg, On Fri, Dec 07, 2007 at 02:24:18PM -0800, Greg Fitzgerald wrote: Please test as much as possible One difference between 6.8.1 and 6.8.2 that I see is in running runhaskell Setup.hs haddock with Haddock 0.8 on Windows XP. Haddock is no longer able to resolve the names from the

Encoding Lists with Lengths by Type Family

2007-12-08 Thread Shin-Cheng Mu
Hi, I understand that the type family is still an experimental feature in GHC. This is just a confirmation whether it is a bug, or is what the designers intended. I am curious how much dependent type programming I can emulate using GADT and type family. Therefore I started with the typical list