JackRose

Copyright(c) Michael Mounteney 2017
LicenseBSD 3 clause
Maintainerthe project name, all lower case, at landcroft dot com
Stabilityexperimental
Portabilityundefined
Safe HaskellSafe
LanguageHaskell2010

SplitList

Description

 

Synopsis

Documentation

split :: Int -> [a] -> [[a]] #

Break a long list into sub-lists of the specified length.