Open guicho271828 opened 9 years ago
Restarts are also the important part of API. please:
@export (restart-bind ... ) @export (restart-case ... (name () ...))
and also the `case,ecase, ccase' keys (less priority):
@export (case (something) (key1 ...) (key2 ...))
well, I might have to use a keyword for the restart name.
Restarts are also the important part of API. please:
and also the `case,ecase, ccase' keys (less priority):
well, I might have to use a keyword for the restart name.