Module VoiceFamily.Value

type generic = [
| `child
| `female
| `male
]
type t = [
| Css_Value.Global.t
| generic
| `specific of string
]
val show : t -> string