temporal-music-notation-0.1.3: music notation

Temporal.Music.Notation.Seg

Synopsis

Documentation

class (Enum a, Bounded a) => Seg a Source

Seg means segment, values that Enum and Bounded.

Instances

Seg n => Seg (Level n) 

segSize :: Seg a => a -> IntSource