macro_rules! signed_impl {
    ($($t:ty)*) => { ... };
}