aboutsummaryrefslogtreecommitdiff
path: root/src/interp/types.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/types.boot')
-rw-r--r--src/interp/types.boot2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/interp/types.boot b/src/interp/types.boot
index 7d2b6538..43d99bd6 100644
--- a/src/interp/types.boot
+++ b/src/interp/types.boot
@@ -35,6 +35,7 @@ import '"boot-pkg"
)package "BOOT"
++ Basic types used throughout Boot codes.
+%Void <=> nil
%Boolean <=> BOOLEAN
%Short <=> FIXNUM
%Integer <=> BIGNUM
@@ -54,3 +55,4 @@ import '"boot-pkg"
%Modemap <=> %List -- modemap
+%Shell <=> SIMPLE_-VECTOR -- constructor instantiation