haskell / haddock

Haskell Documentation Tool
www.haskell.org/haddock/
BSD 2-Clause "Simplified" License
361 stars 241 forks source link

Pattern match failure when processing code using kind variables #208

Open ghc-mirror opened 10 years ago

ghc-mirror commented 10 years ago

Original reporter: eir@

When haddock processes the following line

data family Sing (a :: k)

it issues the following error:

haddock: internal error: Pattern match failure in do expression at src/Haddock/Interface/Create.hs:65:3-10

This may be related to #202, but I believe I have the most updated version of haddock (HEAD from darcs.haskell.org/haddock.git) and I still get the error.

gbaz commented 6 years ago

@goldfirere as with the other, is this resolved?