From 2d78e18454545801fbf3ac02c1d32ea68ef65de2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Thu, 25 Apr 2019 11:39:38 +0200 Subject: Clean up util and move exceptions. --- module/exceptions.scm | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 module/exceptions.scm (limited to 'module/exceptions.scm') 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 ...)))) -- cgit v1.2.3