aboutsummaryrefslogtreecommitdiff
path: root/module/exceptions.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/exceptions.scm')
-rw-r--r--module/exceptions.scm5
1 files changed, 0 insertions, 5 deletions
diff --git a/module/exceptions.scm b/module/exceptions.scm
deleted file mode 100644
index 027c75ee..00000000
--- a/module/exceptions.scm
+++ /dev/null
@@ -1,5 +0,0 @@
-(define-module (exceptions)
- #:export (throw-returnable))
-
-(define-syntax-rule (throw-returnable symb args ...)
- (call/cc (lambda (cont) (throw symb cont args ...))))