Open mrkkrp opened 5 years ago
Here is an example:
-- | Something. data Foo = Foo Int Int -- ^ Foo | Bar Bool Bool -- ^ Bar
-- ^ Bar get attached to HsModule, while it's obvious that it should be attached to the Bar data constructor instead.
-- ^ Bar
HsModule
Bar
Here is an example:
-- ^ Bar
get attached toHsModule
, while it's obvious that it should be attached to theBar
data constructor instead.