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

Safe HaskellNone

Music.Time.Past

Synopsis

Documentation

newtype Past a Source

Past represents a value occuring up to some point in time.

It may be seen as a note whose era is a left-open time interval.

Constructors

Past 

Fields

getPast :: (a, Time)
 

past :: Past a -> Time -> Maybe aSource

Query a past value.

pastSeg :: Past (Segment a) -> Behavior (Maybe a)Source

Project a segment (backwards) up to the given point.