Go to the
first
,
previous
,
next
,
last
section,
table of contents
.
The Button type
A
Button
is just a mild-mannered interface to the
Selector
abstraction:
type Button a = Selector a
Go to the
first
,
previous
,
next
,
last
section,
table of contents
.