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