packages feed

reason-export-0.1.2.0: test/TimingType.re

type timing =
    | Start
    | Continue(float)
    | Continue2(float, float)
    | Continue3 { c3a : float
                , c3b : float
                }
    | Stop