Int
Integer numbers
Most operations on integers (e.g. addition) are available as built-in operators (e.g. 1 + 1
).
This module provides equivalent functions and Text
conversion.
abs
let abs : Int -> Nat
Returns the absolute value of the number
toText
let toText : Int -> Text
Conversion.