h* [     0.2.0.0 Safe-Inferred Safe-InferredfuzzilyIncluded in the return type of   and  . Contains the original value given, the rendered string and the matching score. fuzzilyReturns the rendered output and the matching score for a pattern and a text. Two examples are given below:3match HandleCase ("", "") identity "fnt" "infinite" Just (Fuzzy { original = "infinite" , rendered = "infinite" , score = 3 })7match IgnoreCase ("<", ">") fst "hsk" ("Haskell", 1995) Just (Fuzzy { original = ("Haskell", 1995) , rendered = "aell" , score = 5 }) fuzzilyThe function to filter a list of values by fuzzy search on the text extracted from them.langs = [("Standard ML", 1990), ("OCaml", 1996), ("Scala", 2003)]+filter "ML" langs ("<", ">") fst IgnoreCase [ Fuzzy$ { original = ("Standard ML", 1990) , rendered = "standard " , score = 4}, Fuzzy { original = ("OCaml", 1996) , rendered = "oca" , score = 4 }] fuzzilyReturn all elements of the list that have a fuzzy match against the pattern. Runs with default settings where nothing is added around the matches, as case insensitive.5simpleFilter "vm" ["vim", "emacs", "virtual machine"]["vim","virtual machine"] fuzzilyReturns false if the pattern and the text do not match at all. Returns true otherwise.test "brd" "bread"True fuzzily$Handle or ignore case of search textfuzzily'Text to add before and after each matchfuzzily/Function to extract the text from the containerfuzzilyPatternfuzzily&Value containing the text to search infuzzily*Original value, rendered string, and score fuzzily$Handle or ignore case of search textfuzzily'Text to add before and after each matchfuzzily/Function to extract the text from the containerfuzzilyPatternfuzzily/List of values containing the text to search infuzzily,List of results, sorted, highest score first fuzzilyPattern to look for.fuzzilyList of texts to check.fuzzilyThe ones that match.        &fuzzily-0.2.0.0-HhOkGi5G06HKlhl0WXg69X Text.Fuzzilyfuzzily Paths_fuzzilyCaseSensitivity IgnoreCase HandleCaseFuzzyoriginalrenderedscorenullmatchfilter simpleFiltertest$fShowCaseSensitivity$fEqCaseSensitivity $fShowFuzzy $fEqFuzzyversion getBinDir getLibDir getDynLibDir getDataDir getLibexecDirgetDataFileName getSysconfDir