Nat
Natural numbers
Most operations on natural numbers (e.g. addition) are available as built-in operators (e.g. 1 + 1
).
This module provides equivalent functions and Text
conversion.
toText
let toText : Nat -> Text
Conversion.
Natural numbers
Most operations on natural numbers (e.g. addition) are available as built-in operators (e.g. 1 + 1
).
This module provides equivalent functions and Text
conversion.
let toText : Nat -> Text
Conversion.