Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
AUTHOR
- Dr. Alistair Ward
DESCRIPTION
- splitsLeftFrom :: Int -> [a] -> [Split a]
- splitsRightFrom :: Int -> [a] -> [Split a]
Types
Type-synonyms
Functions
:: Int | Index. |
-> [a] | The polymorphic input list from which the splits are generated, as the index is stepped left |
-> [Split a] | The list of all required splits of the single input list. |
:: Int | Index. |
-> [a] | The polymorphic input list from which the splits are generated, as the index is stepped right. |
-> [Split a] | The list of all required splits of the single input list. |