macro_rules! impl_make_laplace_float {
    ($($ty:ty)+) => { ... };
}