summaryrefslogtreecommitdiff
path: root/init.lisp
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-07-30 00:22:51 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-07-30 00:22:51 +0200
commit50a845d6101142b55d17701c2bce473703be058f (patch)
tree10f0e9167f35112f99a04b4a95ca9a85fd4ac8c1 /init.lisp
parent0e8392bbeb57be1111d3cb58efe74b65a7451dbe (diff)
Add SUBTYPEP, TYPE-OF, and TYPEP.
Diffstat (limited to 'init.lisp')
-rw-r--r--init.lisp1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.lisp b/init.lisp
index 241439f..6d9f42e 100644
--- a/init.lisp
+++ b/init.lisp
@@ -6,5 +6,6 @@
(load "defun-1.lisp")
(load "list-functions.lisp")
(load "control-flow.lisp")
+(load "types.lisp")
(load "list-functions-2.lisp")
(in-package :common-lisp-user)