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.boot3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/interp/types.boot b/src/interp/types.boot
index 2f680568..a52a5c25 100644
--- a/src/interp/types.boot
+++ b/src/interp/types.boot
@@ -59,6 +59,9 @@ import '"boot-pkg"
%Triple <=> -- form + type + env
cons(%Code,cons(%Mode,cons(%Env,null)))
+%Signature -- signature
+ <=> cons
+
%Modemap <=> %List -- modemap
%ConstructorKind <=> -- kind of ctor instances