Documentation
Printf
.
Extensions
Search
return to top
source
Imports
Init
Imported by
Nat
.
toDigit
Int
.
toDigit
source
def
Nat
.
toDigit
(
n
:
Nat
)
:
Char
Equations
One or more equations did not get rendered due to their size.
Instances For
source
def
Int
.
toDigit
(
n
:
Int
)
:
Char
Equations
n
.
toDigit
=
n
.
toNat
.
toDigit
Instances For