Add CONSTANT-FORM-VALUE to IOLIB.BASE
[iolib.git] / src / base / pkgdcl.lisp
blobf2f1612e8316c1be0dc9ba4514b30c89dd62a72c
1 ;;;; -*- Mode: Lisp; indent-tabs-mode: nil -*-
2 ;;;
3 ;;; --- Package definition.
4 ;;;
6 (in-package :iolib.common-lisp-user)
8 (defpackage :iolib.base
9 (:extend/excluding :iolib.common-lisp
10 #:defun #:defmethod #:defmacro #:define-compiler-macro
11 #:constantp)
12 (:extend :alexandria :split-sequence)
13 (:export
14 ;; Conditions
15 #:bug #:iolib-bug
16 #:subtype-error #:subtype-error-datum #:subtype-error-expected-supertype
17 ;; Debugging
18 #:*safety-checks*
19 #:debug-only #:debug-only*
20 #:production-only #:production-only*
21 ;; Types
22 #:function-designator
23 #:character-designator
24 #:sb8 #:sb16 #:sb32 #:sb64
25 #:ub8 #:ub16 #:ub32 #:ub64
26 #:ub8-sarray #:ub16-sarray #:ub32-sarray #:ub64-sarray
27 #:ub8-vector #:ub16-vector #:ub32-vector #:ub64-vector
28 ;; RETURN*
29 #:return* #:lambda* #:defun #:defmethod
30 #:defmacro #:define-compiler-macro
31 ;; DEFALIAS
32 #:constantp
33 #:defnamespace
34 #:make-alias
35 #:defalias
36 ;; #:function is already in CL
37 #:macro
38 #:constant
39 ;; #:special is already in CL
40 ;; DEFFOLDABLE
41 #:deffoldable
42 #:constant-form-value
43 ;; DEFOBSOLETE
44 #:defobsolete
45 #:signal-obsolete
46 #:deprecation-warning
47 #:deprecation-warning-function-name
48 #:deprecation-warning-type
49 #:deprecation-warning-reason
50 ;; Reader utils
51 #:define-syntax
52 #:enable-reader-macro #:enable-reader-macro*
53 #:disable-reader-macro #:disable-reader-macro*
54 #:define-literal-reader
55 #:unknown-literal-syntax #:unknown-literal-syntax-name
56 ;; Misc
57 #:function-name #:function-name-p
58 #:check-bounds #:join #:join* #:shrink-vector #:full-string
59 ;; Matching
60 #:multiple-value-case #:flags-case
61 ;; Time
62 #:timeout-designator #:positive-timeout-designator
63 #:decode-timeout #:normalize-timeout #:clamp-timeout