hascard-0.3.0.1: A TUI for reviewing notes using 'flashcards' written with markdown-like syntax.

Safe HaskellNone
LanguageHaskell2010

DeckHandling

Documentation

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

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