Gregory Propf wrote: > So what the hell is the difference between them? Int and Integer. > They aren't synonyms clearly. What's going on? Int = 32-bit integer. Integer = arbitrary precision integer. (See also Data.Integer and Data.Word, which provide signed and unsigned integers of other sizes.)