Module PitchRange.Value

type t = [
| Css_Value.Global.t
| `range of float
]
val show : t -> string