mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-08 16:01:53 -07:00
X.P.FuzzyMatch: Relocate imports so that haddock generation succeeds.
This commit is contained in:
@@ -18,6 +18,10 @@ module XMonad.Prompt.FuzzyMatch ( -- * Usage
|
|||||||
, fuzzySort
|
, fuzzySort
|
||||||
) where
|
) where
|
||||||
|
|
||||||
|
import Data.Char
|
||||||
|
import Data.Function
|
||||||
|
import Data.List
|
||||||
|
|
||||||
-- $usage
|
-- $usage
|
||||||
--
|
--
|
||||||
-- This module offers two aspects of fuzzy matching of completions offered by
|
-- This module offers two aspects of fuzzy matching of completions offered by
|
||||||
@@ -61,10 +65,6 @@ module XMonad.Prompt.FuzzyMatch ( -- * Usage
|
|||||||
-- For detailed instructions on editing the key bindings, see
|
-- For detailed instructions on editing the key bindings, see
|
||||||
-- "Xmonad.Doc.Extending#Editing_key_bindings".
|
-- "Xmonad.Doc.Extending#Editing_key_bindings".
|
||||||
|
|
||||||
import Data.Char
|
|
||||||
import Data.Function
|
|
||||||
import Data.List
|
|
||||||
|
|
||||||
-- | Returns True if the first argument is a subsequence of the second argument,
|
-- | Returns True if the first argument is a subsequence of the second argument,
|
||||||
-- that is, it can be obtained from the second sequence by deleting elements.
|
-- that is, it can be obtained from the second sequence by deleting elements.
|
||||||
fuzzyMatch :: String -> String -> Bool
|
fuzzyMatch :: String -> String -> Bool
|
||||||
|
Reference in New Issue
Block a user