lcs-0.2: Find longest common sublist of two lists

Copyright(c) Ian Lynagh 2005
LicenseBSD or GPL v2
Maintainerigloo@earth.li
Stabilityprovisional
Portabilityportable
Safe HaskellSafe-Inferred
LanguageHaskell98

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]