music-suite / music-score

This repo has been merged into: https://github.com/music-suite/music-suite
http://music-suite.github.io
BSD 3-Clause "New" or "Revised" License
52 stars 10 forks source link

Types wrapped as meta-data should be their own Monoids #242

Closed hanshoglund closed 4 years ago

hanshoglund commented 10 years ago

Many fuctions that add meta data (i.e. timeSignatureDuring) currently wrap the actual meta-data type in Option . First or similar. This monoid-style should be embedded in the type, or we may easily confuse things when we wrap/unwrap them.

hanshoglund commented 4 years ago

This repo has been merged into: https://github.com/music-suite/music-suite

Closing :)