JackRose-0.8: Spaced repetition web server

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]] Source #

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