X.L.LayoutModifier: Drop outdated comment about haddock bug

This doesn't seem to be true any more with haddock 2.23.0.
This commit is contained in:
Tomas Janousek 2021-06-04 16:38:20 +01:00
parent 5230f038b3
commit bb71111b75

View File

@ -273,7 +273,3 @@ instance (LayoutModifier m a, LayoutClass l a, Typeable m) => LayoutClass (Modif
-- combined with an underlying layout. It is, of course, itself a
-- layout (i.e. an instance of 'LayoutClass').
data ModifiedLayout m l a = ModifiedLayout (m a) (l a) deriving ( Read, Show )
-- N.B. I think there is a Haddock bug here; the Haddock output for
-- the above does not parenthesize (m a) and (l a), which is obviously
-- incorrect.