for example) is also lowercase. That’s because it’s not a concrete type! Elm has two concrete types for numbers:
that can represent an integer number (1, 2, 3, 0, -122 etc.) and
that can represent a number with a fraction, (like 1.2, -3.5, 44.2). Because fraction part can be 0 (e.g. 1.0, 2.0, 0.0, -122.0 - so called whole numbers), it’s not possible to tell if
. We will see some of the implications of this later.