summaryrefslogtreecommitdiff
path: root/module/ice-9/boot-9.scm
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2019-11-21 16:48:35 +0100
committerAndy Wingo <wingo@pobox.com>2019-11-21 16:48:35 +0100
commit1907e59c0934faebc4cfeccbb67f170c249313e0 (patch)
tree2946b77ccbc2d7a2dd5fab99e2d36b695c16c3da /module/ice-9/boot-9.scm
parent2346a540c0a28801d590b2c9fe58cca23a7b9577 (diff)
downloadguile-1907e59c0934faebc4cfeccbb67f170c249313e0.tar.gz
Install exception converters and printers from boot-9
* doc/ref/intro.texi (Guile and Scheme): Fix a date. * module/ice-9/boot-9.scm: Load (ice-9 exceptions).
Diffstat (limited to 'module/ice-9/boot-9.scm')
-rw-r--r--module/ice-9/boot-9.scm8
1 files changed, 8 insertions, 0 deletions
diff --git a/module/ice-9/boot-9.scm b/module/ice-9/boot-9.scm
index 2b8377639..d89369252 100644
--- a/module/ice-9/boot-9.scm
+++ b/module/ice-9/boot-9.scm
@@ -4590,6 +4590,14 @@ R7RS."
+;;; {Exceptions}
+;;;
+
+;; Load (ice-9 exceptions), initializing some internal data structures.
+(resolve-interface '(ice-9 exceptions))
+
+
+
;;; SRFI-4 in the default environment. FIXME: we should figure out how
;;; to deprecate this.
;;;