packages feed

elm-export-0.5.0.1: test/TimingType.elm

module TimingType exposing (..)


type Timing
    = Start
    | Continue Float
    | Stop