diff options
author | David Thompson <dthompson2@worcester.edu> | 2023-06-04 10:48:43 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2023-06-04 10:48:43 -0400 |
commit | 1d195b51b07b9aaaffc93f16411999b7aa5d86ea (patch) | |
tree | 7d3a9a1871a9d5797ca4c3b6c3d914bc943f5a14 | |
parent | 260e998bcd6be13c02ad5962264cb11fe5244771 (diff) |
kernel: Export add-region.
-rw-r--r-- | catbird/kernel.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/catbird/kernel.scm b/catbird/kernel.scm index 448b168..6596f96 100644 --- a/catbird/kernel.scm +++ b/catbird/kernel.scm @@ -41,6 +41,7 @@ #:use-module (system repl debug) #:use-module (system repl repl) #:export (<kernel> + add-region all-regions bind-input/global create-full-region |