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.FuzzyTiming

Synopsis

Documentation

data FuzzyTiming k Source

Fuzzily timed object that is to be scheduled a number of times within a period of time.

Constructors

FuzzyTiming 

Instances

Eq k => Eq (FuzzyTiming k) 
Ord k => Ord (FuzzyTiming k) 
Show k => Show (FuzzyTiming k)