lcs-0.2: Find longest common sublist of two lists

Portabilityportable
Stabilityprovisional
Maintainerigloo@earth.li

Data.List.LCS.Simple

Description

This is a simple, stupid and (most of all) slow implementation of the Data.List.LCS interface.

Documentation

lcs :: Ord a => [a] -> [a] -> [a]Source