mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 11:30:22 -07:00
X.L.MultiToggle: Doc improvement
This commit is contained in:
parent
a4b430bfa7
commit
b9ef1649b0
@ -90,7 +90,8 @@ import Data.Maybe
|
||||
-- > instance Transformer MIRROR Window where
|
||||
-- > transform _ x k = k (Mirror x) (\(Mirror x') -> x')
|
||||
--
|
||||
-- Note, you need to put @{-\# LANGUAGE DeriveDataTypeable \#-}@ at the
|
||||
-- Note, you need to put @{-\# LANGUAGE DeriveDataTypeable,
|
||||
-- TypeSynonymInstances, MultiParamTypeClasses \#-}@ at the
|
||||
-- beginning of your file.
|
||||
|
||||
-- | A class to identify custom transformers (and look up transforming
|
||||
|
Loading…
x
Reference in New Issue
Block a user