aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Actions/Search.hs
diff options
context:
space:
mode:
authorAdam Vogt <vogt.adam@gmail.com>2010-10-23 21:57:55 +0200
committerAdam Vogt <vogt.adam@gmail.com>2010-10-23 21:57:55 +0200
commit1b3327dc7cd7f87aa8dee335889fde734a8ac48b (patch)
tree3bb4469e2a02c6c91d3d94c4702ec6c6d5e24b79 /XMonad/Actions/Search.hs
parent5bf2f254461743db248125f09144100d9279da4a (diff)
downloadXMonadContrib-1b3327dc7cd7f87aa8dee335889fde734a8ac48b.tar.gz
XMonadContrib-1b3327dc7cd7f87aa8dee335889fde734a8ac48b.tar.xz
XMonadContrib-1b3327dc7cd7f87aa8dee335889fde734a8ac48b.zip
Export types to reduce haddock warnings.
Ignore-this: 1cac9202784711ce0fc902d14543bab0 darcs-hash:20101023195755-1499c-57c41357d20cbf0d57522ce99bdbfff7b686ed52.gz
Diffstat (limited to 'XMonad/Actions/Search.hs')
-rw-r--r--XMonad/Actions/Search.hs5
1 files changed, 4 insertions, 1 deletions
diff --git a/XMonad/Actions/Search.hs b/XMonad/Actions/Search.hs
index 535edf3..cb15898 100644
--- a/XMonad/Actions/Search.hs
+++ b/XMonad/Actions/Search.hs
@@ -51,9 +51,12 @@ module XMonad.Actions.Search ( -- * Usage
wikipedia,
wiktionary,
youtube,
- multi
+ multi,
-- * Use case: searching with a submap
-- $tip
+
+ -- * Types
+ Browser, Site, Query, Name, Search
) where
import Codec.Binary.UTF8.String (encode)