blob: c2787610070e8a4c71d5526c6c693965f380e7e8 (
plain)
1
2
3
4
5
6
7
|
Provides a function lcs that takes two lists and returns a longest
common sublist. For example, lcs abcd acbd is either abd or acd.
This requires ghc.
After uninstalling, run this command to unregister the package from
the ghc package database: ghc-pkg recache
|