string-similarity-0.1.0.0: longest common substring

Safe HaskellSafe-Inferred

Data.List.SlowSubstring

Documentation

longestSubstring :: (Eq a, Ord a) => [a] -> [a] -> [a]Source

sharedPrefix :: (Eq a, Ord a) => [a] -> [a] -> [a]Source