blob: ac639645afbf8cbe137d07ac3ca49d3702c01c90 [file]
// TODO(yamilmorales, tinmar, mathuxny-73): Replace generated wrapper domain (to deduplicate
// implementations for tests with the same number of parameters) with these, meaning we should
// `impl Domain` on these tuples.
pub type TupleOf1<T0> = (T0,);
pub type TupleOf2<T0, T1> = (T0, T1);