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

Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.Functor.Context

Documentation

newtype Ctxt a Source

Constructors

Ctxt 

Fields

getCtxt :: (Maybe a, a, Maybe a)
 

Instances

mapCtxt :: (a -> b) -> Ctxt a -> Ctxt b Source