aboutsummaryrefslogtreecommitdiff
path: root/src/Model/TimerState.elm
blob: dbbcb806087f1f35cd978bd08f42590bd8696ad9 (plain)
1
2
3
4
5
6
7
8
module Model.TimerState
  ( TimerState(..)
  ) where

type TimerState =
  Idle
  | Running
  | Ringing