[Haddock] [haddock] #208: Pattern match failure when processing code using kind variables

haddock haddock at projects.haskell.org
Fri Jun 22 17:47:26 BST 2012


#208: Pattern match failure when processing code using kind variables
---------------------+------------------------------------------------------
Reporter:  goldfire  |       Owner:        
    Type:  defect    |      Status:  new   
Priority:  major     |   Milestone:  2.10.0
 Version:  2.9.4     |    Keywords:        
---------------------+------------------------------------------------------
 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.

-- 
Ticket URL: <http://trac.haskell.org/haddock/ticket/208>
haddock <http://www.haskell.org/haddock>
Haddock, The Haskell Documentation Tool


More information about the Haddock mailing list