hmt-0.16: Haskell Music Theory

Safe HaskellSafe
LanguageHaskell98

Music.Theory.DB.Plain

Description

key: value database, allows duplicate keys.

Synopsis

Documentation

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

(RECORD-SEPARATOR,FIELD-SEPARATOR,ENTRY-SEPARATOR)

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

type Record = [Entry] Source #

type DB = [Record] Source #

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