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.boot5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/interp/types.boot b/src/interp/types.boot
index 06b8b9b8..72db77ab 100644
--- a/src/interp/types.boot
+++ b/src/interp/types.boot
@@ -60,6 +60,9 @@ import boot_-pkg
%Bignum <=>
BIGNUM
+%Integer <=>
+ INTEGER
+
++ Type of single precision floating point numbers. Most of the
++ time, this is a 32-bit datatype.
%SingleFloat <=>
@@ -114,7 +117,7 @@ import boot_-pkg
cons(%Code,cons(%Mode,cons(%Env,null)))
%Signature -- signature
- <=> cons
+ <=> %Symbol or cons
%Modemap <=> %List -- modemap