Currently it's rendering them as `(T)` e.g. http://doc.rust-lang.org/master/std/tuple/primitive.tuple.html > ``` > impl<A: Rand> Rand for (A) > fn rand<R: Rng>(_rng: &mut R) -> (A) > ```