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