summaryrefslogtreecommitdiffstats
path: root/StackSet.hs
diff options
context:
space:
mode:
authorDevin Mullins <me@twifkak.com>2007-10-06 07:50:59 +0200
committerDevin Mullins <me@twifkak.com>2007-10-06 07:50:59 +0200
commitb93bc76c80fe7f9b095f40cf4d4c01ab0af84bfa (patch)
tree0f0e9af95e134795b6a2b5b161c0bf37bfd9ae03 /StackSet.hs
parent69c51b662a5a98769d302c2cca35e5942ec184a3 (diff)
downloadmetatile-b93bc76c80fe7f9b095f40cf4d4c01ab0af84bfa.tar
metatile-b93bc76c80fe7f9b095f40cf4d4c01ab0af84bfa.zip
oops, need to export
darcs-hash:20071006055059-78224-13594ad811cd0f97a0fa8038a1e7b763b7c5db6a
Diffstat (limited to 'StackSet.hs')
-rw-r--r--StackSet.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/StackSet.hs b/StackSet.hs
index e5eef97..2616299 100644
--- a/StackSet.hs
+++ b/StackSet.hs
@@ -26,7 +26,7 @@ module StackSet (
-- $stackOperations
peek, index, integrate, integrate', differentiate,
focusUp, focusDown, focusMaster, focusWindow,
- tagMember, renameTag, ensureTags, member, findIndex, mapLayout,
+ tagMember, renameTag, ensureTags, member, findIndex, mapWorkspace, mapLayout,
-- * Modifying the stackset
-- $modifyStackset
insertUp, delete, delete', filter,