hmt-0.20: Haskell Music Theory
Safe HaskellSafe-Inferred
LanguageHaskell2010

Music.Theory.Db.Plain

Description

key: value database, allows duplicate keys.

Synopsis

Documentation

type Sep = (String, String, String) Source #

(Record-, Field-, Entry-) separators

type Entry = (Key, [Value]) Source #

type Record = [Entry] Source #

type Db = [Record] Source #

db_sort :: [(Key, Int)] -> [Record] -> [Record] Source #