* module/ice-9/exceptions.scm: Re-export '&quit-exception' and export
'make-quit-exception' and 'quit-exception?'.
(quit-exception?): New procedure.
&error
&programming-error
+ &quit-exception
&non-continuable
raise-exception
&external-error
make-external-error
external-error?
-
+
+ make-quit-exception
+ quit-exception?
+
make-programming-error
programming-error?
(record-constructor &exception-with-kind-and-args))
(define make-quit-exception
(record-constructor &quit-exception))
+(define quit-exception?
+ (exception-predicate &quit-exception))
(define (default-guile-exception-converter key args)
(make-exception (make-error)