| Copyright | (c) Soostone Inc 2020 |
|---|---|
| License | AllRightsReserved |
| Stability | experimental |
| Portability | POSIX |
| Safe Haskell | None |
| Language | Haskell2010 |
Napkin.Utils.Lists
Description
Documentation
dropCommonPrefix :: Eq a => [a] -> [a] -> ([a], [a]) #
isShortter :: [a] -> [b] -> Bool #