Documentation
Printf
.
Classes
.
IsChar
Search
return to top
source
Imports
Init
Imported by
Printf
.
IsChar
Printf
.
instIsCharChar
source
class
Printf
.
IsChar
(
c
:
Type
u)
:
Type
u
toChar :
c
→
Char
fromChar :
Char
→
c
Instances
source
instance
Printf
.
instIsCharChar
:
IsChar
Char
Equations
Printf.instIsCharChar
=
{
toChar
:=
id
,
fromChar
:=
id
}