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

Documentation

data TimeSlice a Source

Constructors

TimeSlice 

Fields

tsStart :: LocalTime
 
tsEnd :: LocalTime
 
tsValue :: a
 

Instances

Eq (TimeSlice a) 
Ord (TimeSlice a) 
Show a => Show (TimeSlice a)