music-score-1.8.1: Musical score and part representation.

Copyright(c) Hans Hoglund 2012–2014
LicenseBSD-style
Maintainerhans@hanshoglund.se
Stabilityexperimental
Portabilitynon-portable (TF,GNTD)
Safe HaskellNone
LanguageHaskell2010

Music.Time.Graces

Description

 

Documentation

newtype Graces f a Source

Constructors

Graces 

Fields

getGraces :: (Nominal f a, f a, Nominal f a)
 

Instances

Functor f => Functor (Graces f) 
(Applicative f, Alternative f) => Applicative (Graces f) 
Foldable f => Foldable (Graces f) 
Traversable f => Traversable (Graces f) 
Eq (f a) => Eq (Graces f a) 
Ord (f a) => Ord (Graces f a) 
Read (f a) => Read (Graces f a) 
Show (f a) => Show (Graces f a)