fuzzy-timings-0.0.1: Translates high-level definitions of "fuzzily" scheduled objects (e.g. play this commercial 10 times per hour between 9:00-13:00) to a list of accurately scheduled objects using glpk-hs.

Safe HaskellSafe-Inferred
LanguageHaskell98

FuzzyTimings.AccTiming

Synopsis

Documentation

data AccTiming k Source

Accurately timed object with duration

Constructors

AccTiming 

Fields

atId :: k
 
atTime :: LocalTime
 
atDuration :: Int
 

Instances

Eq k => Eq (AccTiming k) 
Show k => Show (AccTiming k)