``` cells <- symbolic_unit("cells", check_is_parsable = FALSE) ml <- make_unit(ml) l <- make_unit(l) x <- 500 units(x) <- cells/ml units(x) <- cells/l # Error: cannot convert cells/ml into cells/L ```