Karya, built on 2023-08-29T07:47:28 (patch 7a412d5d6ba4968ca4155ef276a062ccdeb9109a)
Safe HaskellSafe-Inferred

Solkattu.Db

Description

Collect korvais into a searchable form.

Synopsis

Documentation

type Select = forall i. [(i, Korvai.Score)] -> [(i, Korvai.Score)] Source #

Select scores to search. Filter can only look at one score at a time, this can select a group of them.

recentDates :: Int -> Select Source #

The number of date groups starting from the most recent.

writeHtmlTo :: FilePath -> IO () Source #

Write all Korvais as HTML into the given directory.

writeText :: IO () Source #

Write to solkattu-text for grepping and diffing, and solkattu-color for catting.

writeTextTo :: FilePath -> FilePath -> Format.Abstraction -> IO () Source #

The usual text dir is a git repo, so I can see what effect changes have, in the same manner as App.VerifyPerformance.