fuzzyset-0.3.2: Fuzzy set data structure for approximate string matching
Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.FuzzySet.Utils

Documentation

(<$$>) :: (Functor f, Functor g) => (a -> b) -> f (g a) -> f (g b) infixr 8 Source #

(<$$$>) :: (Functor f, Functor g, Functor h) => (a -> b) -> f (g (h a)) -> f (g (h b)) infixr 8 Source #

safeHead :: [a] -> Maybe a Source #

substr :: Int -> Int -> Text -> Text Source #