pub const Numeral = union(enum) { Integer: i64, Float: f64, };