hascard-0.6.0.1: A TUI for reviewing notes using 'flashcards' written with markdown-like syntax.
Safe HaskellSafe-Inferred
LanguageHaskell2010

DeckHandling

Documentation

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

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

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