pub type Cheer { Cheer(bits: Int) }
Cheer(bits: Int)
pub fn decoder() -> fn(Dynamic) -> Result(Cheer, List(DecodeError))