lcs-0.2: Find longest common sublist of two lists
Data.List.LCS.Simple
Description
This is a simple, stupid and (most of all) slow implementation of the Data.List.LCS interface.
lcs :: Ord a => [a] -> [a] -> [a]Source