Skip to content

Numbers

Most programming languages have data types to represent integers and floating point numbers. So does Haskell, plus a few others. These number types support the operations that you are used to, but there are some Haskell-specific twists to them that we need to discuss.