pub trait Scale { fn scale(&self, scaler: i8) -> Self; }
Scale an SML value by the given scaler (base 10)