<simple-restart>

A default class of restarts.  Typical implementations will use the format string and format arguments to produce a description of the restart.

Exported from

Modifiers

concrete free sealed

Make keywords

format-string:An instance of <string>.  A format string describing the restart.
format-arguments:An instance of <sequence>.  Format arguments to splice into the format string to describe the restart.

Superclasses

The common-dylan module.
Whenever possible, we have tried to keep the Dylan module pristine and unextended, preferring to add our extensions to separate modules or libraries.
The class of sequences with elements that are characters.
The class of collections whose keys are consecutive integers starting from zero.
The class of conditions used to correct an unusual situation.
The class of simple conditions.