aboutsummaryrefslogtreecommitdiffstats
path: root/Combo.hs
diff options
context:
space:
mode:
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 )