mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 11:30:22 -07:00
Merge pull request #270 from lucianposton/doc
X.L.MultiToggle: Doc improvement
This commit is contained in:
commit
0731407537
@ -90,7 +90,8 @@ import Data.Maybe
|
|||||||
-- > instance Transformer MIRROR Window where
|
-- > instance Transformer MIRROR Window where
|
||||||
-- > transform _ x k = k (Mirror x) (\(Mirror x') -> x')
|
-- > 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.
|
-- beginning of your file.
|
||||||
|
|
||||||
-- | A class to identify custom transformers (and look up transforming
|
-- | A class to identify custom transformers (and look up transforming
|
||||||
|
Loading…
x
Reference in New Issue
Block a user