mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -07:00
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:
parent
5230f038b3
commit
bb71111b75
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user