hascard-0.5.0.3.1: A TUI for reviewing notes using 'flashcards' written with markdown-like syntax.
Safe HaskellNone
LanguageHaskell2010

DeckHandling

Documentation

doChunking :: Chunk -> [a] -> [a] Source #

splitIntoNChunks :: Int -> [a] -> [[a]] Source #

makeChunksOfSizes :: [Int] -> [a] -> [[a]] Source #