| Safe Haskell | Safe | 
|---|---|
| Language | Haskell2010 | 
ToolShed.Data.List.Splits
Contents
Description
AUTHOR- Dr. Alistair Ward
 DESCRIPTION
Synopsis
- splitsLeftFrom :: Int -> [a] -> [Split a]
 - splitsRightFrom :: Int -> [a] -> [Split a]
 
Types
Type-synonyms
Functions
Arguments
| :: 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.  | 
Arguments
| :: 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.  |