async fn builtin_gen_list(
    co: GenCo,
    values: Vec<Value>
) -> Result<Value, ErrorKind>