pub fn assert_unwrap(result: Result(t, _)) -> t { case result { Ok(value) -> value _ -> panic } }