This repository was archived by the owner on Aug 3, 2024. It is now read-only.
This repository was archived by the owner on Aug 3, 2024. It is now read-only.
Pattern synonym haddocks sometimes get randomly associated with the wrong objects. #1069
Open
Description
I have a module that exports several hundred pattern synonyms, often associated with data types.
However, I'm finding something very odd happening.
After a few dozen a large subset of the rest start getting their documentation associated with random other objects in the haddock!
Not sure if this is some interaction with the {-# line #-}
directives produced by hsc2hs or some other artifact.