music-score-1.7.2: 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.Nominal

Description

 

Documentation

newtype Nominal f a Source

Constructors

Nominal 

Fields

getNominal :: f a
 

Instances

Alternative f => Alternative (Nominal f) 
Monad f => Monad (Nominal f) 
Functor f => Functor (Nominal f) 
Applicative f => Applicative (Nominal f) 
Foldable f => Foldable (Nominal f) 
Traversable f => Traversable (Nominal f) 
Eq (f a) => Eq (Nominal f a) 
Ord (f a) => Ord (Nominal f a) 
Read (f a) => Read (Nominal f a) 
Show (f a) => Show (Nominal f a) 
Transformable (Nominal f a) 
Splittable (Nominal f a) 
Reversible (f a) => Reversible (Nominal f a)