We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dc615a commit 0f9f7e6Copy full SHA for 0f9f7e6
ghcide/src/Text/Fuzzy.hs
@@ -1,5 +1,10 @@
1
+-- Copyright (c) 2015 Joomy Korkut
2
+-- Forked from https://github.com/joom/fuzzy/commit/eecbdd04e86c48c964544dbede2665f72fe1f923
3
+-- temporarily for https://github.com/joom/fuzzy/pull/3
4
+
5
{-# LANGUAGE FlexibleContexts #-}
6
7
8
-- | Fuzzy string search in Haskell.
9
-- Uses 'TextualMonoid' to be able to run on different types of strings.
10
module Text.Fuzzy where
0 commit comments