hascard-0.4.0.0: 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 #