module Model.TimerState ( TimerState(..) ) where type TimerState = Idle | Running | Ringing