mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-06 23:21:52 -07:00
explicit export list for StackSet
This commit is contained in:
@@ -74,7 +74,11 @@
|
|||||||
-- needs to be well defined. Particular in relation to 'insert' and
|
-- needs to be well defined. Particular in relation to 'insert' and
|
||||||
-- 'delete'.
|
-- 'delete'.
|
||||||
--
|
--
|
||||||
module StackSet where {- all top level functions -}
|
module StackSet (
|
||||||
|
StackSet(..), Workspace(..), Stack(..),
|
||||||
|
new, view, lookupWorkspace, peek, index, focusLeft, focusRight,
|
||||||
|
focusWindow, member, findIndex, insertLeft, delete, swap, shift
|
||||||
|
) where
|
||||||
|
|
||||||
import qualified Data.Map as M
|
import qualified Data.Map as M
|
||||||
import Data.Maybe (listToMaybe)
|
import Data.Maybe (listToMaybe)
|
||||||
|
Reference in New Issue
Block a user