aboutsummaryrefslogtreecommitdiffstats
path: root/Combo.hs
diff options
context:
space:
mode:
authorDavid Roundy <droundy@darcs.net>2007-10-23 15:56:38 +0200
committerDavid Roundy <droundy@darcs.net>2007-10-23 15:56:38 +0200
commit219f18179a568b4fb10d4dccf77ca198664b042c (patch)
treec9497b68c52380515170357cccd5ee100bcb9809 /Combo.hs
parentc8dc63af41746de847fe6dba962ee8f682140d8d (diff)
downloadXMonadContrib-219f18179a568b4fb10d4dccf77ca198664b042c.tar.gz
XMonadContrib-219f18179a568b4fb10d4dccf77ca198664b042c.tar.xz
XMonadContrib-219f18179a568b4fb10d4dccf77ca198664b042c.zip
add new LayoutCombinators module.
darcs-hash:20071023135638-72aca-1b19cf35b57dcbf9ed6fa023b09977f3d457fa6b.gz
Diffstat (limited to 'Combo.hs')
-rw-r--r--Combo.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Combo.hs b/Combo.hs
index 36ef53e..f450e9f 100644
--- a/Combo.hs
+++ b/Combo.hs
@@ -17,7 +17,8 @@
module XMonadContrib.Combo (
-- * Usage
-- $usage
- combo, combineTwo
+ combo, combineTwo,
+ CombineTwo
) where
import Control.Arrow ( first )