Welcome to the CHICKEN Scheme pasting service
continuables added by evhan on Mon Apr 12 00:42:13 2021
(import (chicken condition)) (define (add-and-double x y) (with-exception-handler (lambda (e) (+ e y)) (lambda () (* (signal x) 2))))
(import (chicken condition)) (define (add-and-double x y) (with-exception-handler (lambda (e) (+ e y)) (lambda () (* (signal x) 2))))