1
0
Fork 0
cl-sites/HyperSpec-7-0/HyperSpec/Body/04_bc.htm
2024-04-01 10:24:07 +02:00

153 lines
29 KiB
HTML

<!-- Common Lisp HyperSpec (TM), version 7.0 generated by Kent M. Pitman on Mon, 11-Apr-2005 2:31am EDT -->
<HTML>
<HEAD>
<TITLE>CLHS: Section 4.2.3</TITLE>
<LINK HREF="../Data/clhs.css" REL="stylesheet" TYPE="text/css" />
<META HTTP-EQUIV="Author" CONTENT="Kent M. Pitman">
<META HTTP-EQUIV="Organization" CONTENT="LispWorks Ltd.">
<LINK REL=TOP HREF="../Front/index.htm">
<LINK REL=COPYRIGHT HREF="../Front/Help.htm#Legal">
<LINK REL=DISCLAIMER HREF="../Front/Help.htm#Disclaimer">
<LINK REL=PREV HREF="04_bb.htm">
<LINK REL=UP HREF="04_b.htm">
<LINK REL=NEXT HREF="04_c.htm">
</HEAD>
<BODY>
<H1><A REV=MADE HREF="http://www.lispworks.com/"><IMG WIDTH=80 HEIGHT=65 ALT="[LISPWORKS]" SRC="../Graphics/LWSmall.gif" ALIGN=Bottom></A><A REL=TOP HREF="../Front/index.htm"><IMG WIDTH=237 HEIGHT=65 ALT="[Common Lisp HyperSpec (TM)]" SRC="../Graphics/CLHS_Sm.gif" ALIGN=Bottom></A> <A REL=PREV HREF="04_bb.htm"><IMG WIDTH=40 HEIGHT=40 ALT="[Previous]" SRC="../Graphics/Prev.gif" ALIGN=Bottom></A><A REL=UP HREF="04_b.htm"><IMG WIDTH=40 HEIGHT=40 ALT="[Up]" SRC="../Graphics/Up.gif" ALIGN=Bottom></A><A REL=NEXT HREF="04_c.htm"><IMG WIDTH=40 HEIGHT=40 ALT="[Next]" SRC="../Graphics/Next.gif" ALIGN=Bottom></A></H1>
<HR>
<H2>
4.2.3 Type Specifiers</H2> <P>
<P>
<A REL=DEFINITION HREF="26_glo_t.htm#type_specifier"><I>Type specifiers</I></A> can be <A REL=DEFINITION HREF="26_glo_s.htm#symbol"><I>symbols</I></A>, <A REL=DEFINITION HREF="26_glo_c.htm#class"><I>classes</I></A>, or <A REL=DEFINITION HREF="26_glo_l.htm#list"><I>lists</I></A>. <A REL=DEFINITION HREF="#standardizedatomictypespecs">Figure 4-2</A> lists <A REL=DEFINITION HREF="26_glo_s.htm#symbol"><I>symbols</I></A> that are <A REL=DEFINITION HREF="26_glo_s.htm#standardized"><I>standardized</I></A> <A REL=DEFINITION HREF="26_glo_a.htm#atomic_type_specifier"><I>atomic type specifiers</I></A>, and <A REL=DEFINITION HREF="#standardizedcompoundtypespecnames">Figure 4-3</A> lists <A REL=DEFINITION HREF="26_glo_s.htm#standardized"><I>standardized</I></A> <A REL=DEFINITION HREF="26_glo_c.htm#compound_type_specifier"><I>compound type specifier</I></A> <A REL=DEFINITION HREF="26_glo_n.htm#name"><I>names</I></A>. For syntax information, see the dictionary entry for the corresponding <A REL=DEFINITION HREF="26_glo_t.htm#type_specifier"><I>type specifier</I></A>. It is possible to define new <A REL=DEFINITION HREF="26_glo_t.htm#type_specifier"><I>type specifiers</I></A> using <A REL=DEFINITION HREF="m_defcla.htm#defclass"><B>defclass</B></A>, <A REL=DEFINITION HREF="m_defi_5.htm#define-condition"><B>define-condition</B></A>, <A REL=DEFINITION HREF="m_defstr.htm#defstruct"><B>defstruct</B></A>, or <A REL=DEFINITION HREF="m_deftp.htm#deftype"><B>deftype</B></A>. <P>
<P>
<A NAME="standardizedatomictypespecs"> <PRE>
<A REL=DEFINITION HREF="e_arithm.htm#arithmetic-error">arithmetic-error</A> <A REL=DEFINITION HREF="a_fn.htm#function">function</A> <A REL=DEFINITION HREF="e_smp_cn.htm#simple-condition">simple-condition</A>
<A REL=DEFINITION HREF="t_array.htm#array">array</A> <A REL=DEFINITION HREF="t_generi.htm#generic-function">generic-function</A> <A REL=DEFINITION HREF="e_smp_er.htm#simple-error">simple-error</A>
<A REL=DEFINITION HREF="a_atom.htm#atom">atom</A> <A REL=DEFINITION HREF="t_hash_t.htm#hash-table">hash-table</A> <A REL=DEFINITION HREF="t_smp_st.htm#simple-string">simple-string</A>
<A REL=DEFINITION HREF="t_base_c.htm#base-char">base-char</A> <A REL=DEFINITION HREF="t_intege.htm#integer">integer</A> <A REL=DEFINITION HREF="e_smp_tp.htm#simple-type-error">simple-type-error</A>
<A REL=DEFINITION HREF="t_base_s.htm#base-string">base-string</A> <A REL=DEFINITION HREF="t_kwd.htm#keyword">keyword</A> <A REL=DEFINITION HREF="t_smp_ve.htm#simple-vector">simple-vector</A>
<A REL=DEFINITION HREF="t_bignum.htm#bignum">bignum</A> <A REL=DEFINITION HREF="a_list.htm#list">list</A> <A REL=DEFINITION HREF="e_smp_wa.htm#simple-warning">simple-warning</A>
<A REL=DEFINITION HREF="a_bit.htm#bit">bit</A> <A REL=DEFINITION HREF="a_logica.htm#logical-pathname">logical-pathname</A> <A REL=DEFINITION HREF="t_short_.htm#single-float">single-float</A>
<A REL=DEFINITION HREF="t_bt_vec.htm#bit-vector">bit-vector</A> <A REL=DEFINITION HREF="t_short_.htm#long-float">long-float</A> <A REL=DEFINITION HREF="t_std_ch.htm#standard-char">standard-char</A>
<A REL=DEFINITION HREF="t_broadc.htm#broadcast-stream">broadcast-stream</A> <A REL=DEFINITION HREF="t_method.htm#method">method</A> <A REL=DEFINITION HREF="t_std_cl.htm#standard-class">standard-class</A>
<A REL=DEFINITION HREF="t_built_.htm#built-in-class">built-in-class</A> <A REL=DEFINITION HREF="a_method.htm#method-combination">method-combination</A> <A REL=DEFINITION HREF="t_std_ge.htm#standard-generic-function">standard-generic-function</A>
<A REL=DEFINITION HREF="e_cell_e.htm#cell-error">cell-error</A> <A REL=DEFINITION HREF="a_nil.htm#nil">nil</A> <A REL=DEFINITION HREF="t_std_me.htm#standard-method">standard-method</A>
<A REL=DEFINITION HREF="a_ch.htm#character">character</A> <A REL=DEFINITION HREF="a_null.htm#null">null</A> <A REL=DEFINITION HREF="t_std_ob.htm#standard-object">standard-object</A>
<A REL=DEFINITION HREF="t_class.htm#class">class</A> <A REL=DEFINITION HREF="t_number.htm#number">number</A> <A REL=DEFINITION HREF="e_storag.htm#storage-condition">storage-condition</A>
<A REL=DEFINITION HREF="t_cmpd_f.htm#compiled-function">compiled-function</A> <A REL=DEFINITION HREF="t_pkg.htm#package">package</A> <A REL=DEFINITION HREF="t_stream.htm#stream">stream</A>
<A REL=DEFINITION HREF="a_comple.htm#complex">complex</A> <A REL=DEFINITION HREF="e_pkg_er.htm#package-error">package-error</A> <A REL=DEFINITION HREF="e_stm_er.htm#stream-error">stream-error</A>
<A REL=DEFINITION HREF="t_concat.htm#concatenated-stream">concatenated-stream</A> <A REL=DEFINITION HREF="e_parse_.htm#parse-error">parse-error</A> <A REL=DEFINITION HREF="a_string.htm#string">string</A>
<A REL=DEFINITION HREF="e_cnd.htm#condition">condition</A> <A REL=DEFINITION HREF="a_pn.htm#pathname">pathname</A> <A REL=DEFINITION HREF="t_stg_st.htm#string-stream">string-stream</A>
<A REL=DEFINITION HREF="a_cons.htm#cons">cons</A> <A REL=DEFINITION HREF="e_pr_not.htm#print-not-readable">print-not-readable</A> <A REL=DEFINITION HREF="t_stu_cl.htm#structure-class">structure-class</A>
<A REL=DEFINITION HREF="e_contro.htm#control-error">control-error</A> <A REL=DEFINITION HREF="e_progra.htm#program-error">program-error</A> <A REL=DEFINITION HREF="t_stu_ob.htm#structure-object">structure-object</A>
<A REL=DEFINITION HREF="e_divisi.htm#division-by-zero">division-by-zero</A> <A REL=DEFINITION HREF="t_rnd_st.htm#random-state">random-state</A> <A REL=DEFINITION HREF="e_style_.htm#style-warning">style-warning</A>
<A REL=DEFINITION HREF="t_short_.htm#double-float">double-float</A> <A REL=DEFINITION HREF="t_ratio.htm#ratio">ratio</A> <A REL=DEFINITION HREF="t_symbol.htm#symbol">symbol</A>
<A REL=DEFINITION HREF="t_echo_s.htm#echo-stream">echo-stream</A> <A REL=DEFINITION HREF="a_ration.htm#rational">rational</A> <A REL=DEFINITION HREF="t_syn_st.htm#synonym-stream">synonym-stream</A>
<A REL=DEFINITION HREF="e_end_of.htm#end-of-file">end-of-file</A> <A REL=DEFINITION HREF="e_rder_e.htm#reader-error">reader-error</A> <A REL=DEFINITION HREF="a_t.htm#t">t</A>
<A REL=DEFINITION HREF="a_error.htm#error">error</A> <A REL=DEFINITION HREF="t_rdtabl.htm#readtable">readtable</A> <A REL=DEFINITION HREF="t_two_wa.htm#two-way-stream">two-way-stream</A>
<A REL=DEFINITION HREF="t_extend.htm#extended-char">extended-char</A> <A REL=DEFINITION HREF="t_real.htm#real">real</A> <A REL=DEFINITION HREF="e_tp_err.htm#type-error">type-error</A>
<A REL=DEFINITION HREF="e_file_e.htm#file-error">file-error</A> <A REL=DEFINITION HREF="t_rst.htm#restart">restart</A> <A REL=DEFINITION HREF="e_unboun.htm#unbound-slot">unbound-slot</A>
<A REL=DEFINITION HREF="t_file_s.htm#file-stream">file-stream</A> <A REL=DEFINITION HREF="t_seq.htm#sequence">sequence</A> <A REL=DEFINITION HREF="e_unbo_1.htm#unbound-variable">unbound-variable</A>
<A REL=DEFINITION HREF="t_fixnum.htm#fixnum">fixnum</A> <A REL=DEFINITION HREF="e_seriou.htm#serious-condition">serious-condition</A> <A REL=DEFINITION HREF="e_undefi.htm#undefined-function">undefined-function</A>
<A REL=DEFINITION HREF="a_float.htm#float">float</A> <A REL=DEFINITION HREF="t_short_.htm#short-float">short-float</A> <A REL=DEFINITION HREF="t_unsgn_.htm#unsigned-byte">unsigned-byte</A>
<A REL=DEFINITION HREF="e_floa_1.htm#floating-point-inexact">floating-point-inexact</A> <A REL=DEFINITION HREF="t_sgn_by.htm#signed-byte">signed-byte</A> <A REL=DEFINITION HREF="a_vector.htm#vector">vector</A>
<A REL=DEFINITION HREF="e_floati.htm#floating-point-invalid-operation">floating-point-invalid-operation</A> <A REL=DEFINITION HREF="t_smp_ar.htm#simple-array">simple-array</A> <A REL=DEFINITION HREF="e_warnin.htm#warning">warning</A>
<A REL=DEFINITION HREF="e_floa_2.htm#floating-point-overflow">floating-point-overflow</A> <A REL=DEFINITION HREF="t_smp_ba.htm#simple-base-string">simple-base-string</A>
<A REL=DEFINITION HREF="e_floa_3.htm#floating-point-underflow">floating-point-underflow</A> <A REL=DEFINITION HREF="t_smp_bt.htm#simple-bit-vector">simple-bit-vector</A>
</PRE>
<P><B>Figure 4-2. Standardized Atomic Type Specifiers</B></A> <P>
<P>
If a <A REL=DEFINITION HREF="26_glo_t.htm#type_specifier"><I>type specifier</I></A> is a <A REL=DEFINITION HREF="26_glo_l.htm#list"><I>list</I></A>, the <A REL=DEFINITION HREF="26_glo_c.htm#car"><I>car</I></A> of the <A REL=DEFINITION HREF="26_glo_l.htm#list"><I>list</I></A> is a <A REL=DEFINITION HREF="26_glo_s.htm#symbol"><I>symbol</I></A>, and the rest of the <A REL=DEFINITION HREF="26_glo_l.htm#list"><I>list</I></A> is subsidiary <A REL=DEFINITION HREF="26_glo_t.htm#type"><I>type</I></A> information. Such a <A REL=DEFINITION HREF="26_glo_t.htm#type_specifier"><I>type specifier</I></A> is called a <A REL=DEFINITION HREF="26_glo_c.htm#compound_type_specifier"><I>compound type specifier</I></A>. Except as explicitly stated otherwise, the subsidiary items can be unspecified. The unspecified subsidiary items are indicated by writing <TT>*</TT>. For example, to completely specify a <A REL=DEFINITION HREF="26_glo_v.htm#vector"><I>vector</I></A>, the <A REL=DEFINITION HREF="26_glo_t.htm#type"><I>type</I></A> of the elements and the length of the <A REL=DEFINITION HREF="26_glo_v.htm#vector"><I>vector</I></A> must be present. <P>
<PRE>
(vector double-float 100)
</PRE>
</TT> The following leaves the length unspecified: <P>
<PRE>
(vector double-float *)
</PRE>
</TT> The following leaves the element type unspecified: <P>
<PRE>
(vector * 100)
</PRE>
</TT> Suppose that two <A REL=DEFINITION HREF="26_glo_t.htm#type_specifier"><I>type specifiers</I></A> are the same except that the first has a <TT>*</TT> where the second has a more explicit specification. Then the second denotes a <A REL=DEFINITION HREF="26_glo_s.htm#subtype"><I>subtype</I></A> of the <A REL=DEFINITION HREF="26_glo_t.htm#type"><I>type</I></A> denoted by the first. <P>
If a <A REL=DEFINITION HREF="26_glo_l.htm#list"><I>list</I></A> has one or more unspecified items at the end, those items can be dropped. If dropping all occurrences of <TT>*</TT> results in a <A REL=DEFINITION HREF="26_glo_s.htm#singleton"><I>singleton</I></A> <A REL=DEFINITION HREF="26_glo_l.htm#list"><I>list</I></A>, then the parentheses can be dropped as well (the list can be replaced by the <A REL=DEFINITION HREF="26_glo_s.htm#symbol"><I>symbol</I></A> in its <A REL=DEFINITION HREF="26_glo_c.htm#car"><I>car</I></A>). For example, <TT>(vector double-float *)</TT> can be abbreviated to <TT>(vector double-float)</TT>, and <TT>(vector * *)</TT> can be abbreviated to <TT>(vector)</TT> and then to <TT>vector</TT>. <P>
<A NAME="standardizedcompoundtypespecnames"> <PRE>
<A REL=DEFINITION HREF="a_and.htm#and">and</A> <A REL=DEFINITION HREF="t_short_.htm#long-float">long-float</A> <A REL=DEFINITION HREF="t_smp_ba.htm#simple-base-string">simple-base-string</A>
<A REL=DEFINITION HREF="t_array.htm#array">array</A> <A REL=DEFINITION HREF="a_member.htm#member">member</A> <A REL=DEFINITION HREF="t_smp_bt.htm#simple-bit-vector">simple-bit-vector</A>
<A REL=DEFINITION HREF="t_base_s.htm#base-string">base-string</A> <A REL=DEFINITION HREF="a_mod.htm#mod">mod</A> <A REL=DEFINITION HREF="t_smp_st.htm#simple-string">simple-string</A>
<A REL=DEFINITION HREF="t_bt_vec.htm#bit-vector">bit-vector</A> <A REL=DEFINITION HREF="a_not.htm#not">not</A> <A REL=DEFINITION HREF="t_smp_ve.htm#simple-vector">simple-vector</A>
<A REL=DEFINITION HREF="a_comple.htm#complex">complex</A> <A REL=DEFINITION HREF="a_or.htm#or">or</A> <A REL=DEFINITION HREF="t_short_.htm#single-float">single-float</A>
<A REL=DEFINITION HREF="a_cons.htm#cons">cons</A> <A REL=DEFINITION HREF="a_ration.htm#rational">rational</A> <A REL=DEFINITION HREF="a_string.htm#string">string</A>
<A REL=DEFINITION HREF="t_short_.htm#double-float">double-float</A> <A REL=DEFINITION HREF="t_real.htm#real">real</A> <A REL=DEFINITION HREF="t_unsgn_.htm#unsigned-byte">unsigned-byte</A>
<A REL=DEFINITION HREF="a_eql.htm#eql">eql</A> <A REL=DEFINITION HREF="t_satisf.htm#satisfies">satisfies</A> <A REL=DEFINITION HREF="a_values.htm#values">values</A>
<A REL=DEFINITION HREF="a_float.htm#float">float</A> <A REL=DEFINITION HREF="t_short_.htm#short-float">short-float</A> <A REL=DEFINITION HREF="a_vector.htm#vector">vector</A>
<A REL=DEFINITION HREF="a_fn.htm#function">function</A> <A REL=DEFINITION HREF="t_sgn_by.htm#signed-byte">signed-byte</A>
<A REL=DEFINITION HREF="t_intege.htm#integer">integer</A> <A REL=DEFINITION HREF="t_smp_ar.htm#simple-array">simple-array</A>
</PRE>
<P><B>Figure 4-3. Standardized Compound Type Specifier Names</B></A> <P>
The next figure show the <A REL=DEFINITION HREF="26_glo_d.htm#defined_name"><I>defined names</I></A> that can be used as <A REL=DEFINITION HREF="26_glo_c.htm#compound_type_specifier"><I>compound type specifier</I></A> <A REL=DEFINITION HREF="26_glo_n.htm#name"><I>names</I></A> but that cannot be used as <A REL=DEFINITION HREF="26_glo_a.htm#atomic_type_specifier"><I>atomic type specifiers</I></A>. <P>
<PRE>
<A REL=DEFINITION HREF="a_and.htm#and">and</A> <A REL=DEFINITION HREF="a_mod.htm#mod">mod</A> <A REL=DEFINITION HREF="t_satisf.htm#satisfies">satisfies</A>
<A REL=DEFINITION HREF="a_eql.htm#eql">eql</A> <A REL=DEFINITION HREF="a_not.htm#not">not</A> <A REL=DEFINITION HREF="a_values.htm#values">values</A>
<A REL=DEFINITION HREF="a_member.htm#member">member</A> <A REL=DEFINITION HREF="a_or.htm#or">or</A>
</PRE>
<P><B>Figure 4-4. Standardized Compound-Only Type Specifier Names</B> <P>
New <A REL=DEFINITION HREF="26_glo_t.htm#type_specifier"><I>type specifiers</I></A> can come into existence in two ways. <P><DL><DT>* Defining a structure by using <A REL=DEFINITION HREF="m_defstr.htm#defstruct"><B>defstruct</B></A> without using the <TT>:type</TT> specifier or defining a <A REL=DEFINITION HREF="26_glo_c.htm#class"><I>class</I></A> by using <A REL=DEFINITION HREF="m_defcla.htm#defclass"><B>defclass</B></A> or <A REL=DEFINITION HREF="m_defi_5.htm#define-condition"><B>define-condition</B></A> automatically causes the name of the structure or class to be a new <A REL=DEFINITION HREF="26_glo_t.htm#type_specifier"><I>type specifier</I></A> <A REL=DEFINITION HREF="26_glo_s.htm#symbol"><I>symbol</I></A>. <DD><DT>* <A REL=DEFINITION HREF="m_deftp.htm#deftype"><B>deftype</B></A> can be used to define <A REL=DEFINITION HREF="26_glo_d.htm#derived_type_specifier"><I>derived type specifiers</I></A>, which act as `abbreviations' for other <A REL=DEFINITION HREF="26_glo_t.htm#type_specifier"><I>type specifiers</I></A>. <P><DD></DL><P>
A <A REL=DEFINITION HREF="26_glo_c.htm#class"><I>class</I></A> <A REL=DEFINITION HREF="26_glo_o.htm#object"><I>object</I></A> can be used as a <A REL=DEFINITION HREF="26_glo_t.htm#type_specifier"><I>type specifier</I></A>. When used this way, it denotes the set of all members of that <A REL=DEFINITION HREF="26_glo_c.htm#class"><I>class</I></A>. <P>
The next figure shows some <A REL=DEFINITION HREF="26_glo_d.htm#defined_name"><I>defined names</I></A> relating to <A REL=DEFINITION HREF="26_glo_t.htm#type"><I>types</I></A> and <A REL=DEFINITION HREF="26_glo_d.htm#declaration"><I>declarations</I></A>. <P>
<A NAME="typesanddeclsnames"> <PRE>
<A REL=DEFINITION HREF="f_coerce.htm#coerce">coerce</A> <A REL=DEFINITION HREF="m_defstr.htm#defstruct">defstruct</A> <A REL=DEFINITION HREF="f_subtpp.htm#subtypep">subtypep</A>
<A REL=DEFINITION HREF="m_declai.htm#declaim">declaim</A> <A REL=DEFINITION HREF="m_deftp.htm#deftype">deftype</A> <A REL=DEFINITION HREF="s_the.htm#the">the</A>
<A REL=DEFINITION HREF="s_declar.htm#declare">declare</A> <A REL=DEFINITION HREF="d_ftype.htm#ftype">ftype</A> <A REL=DEFINITION HREF="a_type.htm#type">type</A>
<A REL=DEFINITION HREF="m_defcla.htm#defclass">defclass</A> <A REL=DEFINITION HREF="s_locall.htm#locally">locally</A> <A REL=DEFINITION HREF="f_tp_of.htm#type-of">type-of</A>
<A REL=DEFINITION HREF="m_defi_5.htm#define-condition">define-condition</A> <A REL=DEFINITION HREF="f_procla.htm#proclaim">proclaim</A> <A REL=DEFINITION HREF="f_typep.htm#typep">typep</A>
</PRE>
<P><B>Figure 4-5. Defined names relating to types and declarations.</B></A> <P>
The next figure shows all <A REL=DEFINITION HREF="26_glo_d.htm#defined_name"><I>defined names</I></A> that are <A REL=DEFINITION HREF="26_glo_t.htm#type_specifier"><I>type specifier</I></A> <A REL=DEFINITION HREF="26_glo_n.htm#name"><I>names</I></A>, whether for <A REL=DEFINITION HREF="26_glo_a.htm#atomic_type_specifier"><I>atomic type specifiers</I></A> or <A REL=DEFINITION HREF="26_glo_c.htm#compound_type_specifier"><I>compound type specifiers</I></A>; this list is the union of the lists in <A REL=DEFINITION HREF="#standardizedatomictypespecs">Figure 4-2</A> and <A REL=DEFINITION HREF="#standardizedcompoundtypespecnames">Figure 4-3</A>. <P>
<A NAME="standardizedtypespecifiernames"> <PRE>
<A REL=DEFINITION HREF="a_and.htm#and">and</A> <A REL=DEFINITION HREF="a_fn.htm#function">function</A> <A REL=DEFINITION HREF="t_smp_ar.htm#simple-array">simple-array</A>
<A REL=DEFINITION HREF="e_arithm.htm#arithmetic-error">arithmetic-error</A> <A REL=DEFINITION HREF="t_generi.htm#generic-function">generic-function</A> <A REL=DEFINITION HREF="t_smp_ba.htm#simple-base-string">simple-base-string</A>
<A REL=DEFINITION HREF="t_array.htm#array">array</A> <A REL=DEFINITION HREF="t_hash_t.htm#hash-table">hash-table</A> <A REL=DEFINITION HREF="t_smp_bt.htm#simple-bit-vector">simple-bit-vector</A>
<A REL=DEFINITION HREF="a_atom.htm#atom">atom</A> <A REL=DEFINITION HREF="t_intege.htm#integer">integer</A> <A REL=DEFINITION HREF="e_smp_cn.htm#simple-condition">simple-condition</A>
<A REL=DEFINITION HREF="t_base_c.htm#base-char">base-char</A> <A REL=DEFINITION HREF="t_kwd.htm#keyword">keyword</A> <A REL=DEFINITION HREF="e_smp_er.htm#simple-error">simple-error</A>
<A REL=DEFINITION HREF="t_base_s.htm#base-string">base-string</A> <A REL=DEFINITION HREF="a_list.htm#list">list</A> <A REL=DEFINITION HREF="t_smp_st.htm#simple-string">simple-string</A>
<A REL=DEFINITION HREF="t_bignum.htm#bignum">bignum</A> <A REL=DEFINITION HREF="a_logica.htm#logical-pathname">logical-pathname</A> <A REL=DEFINITION HREF="e_smp_tp.htm#simple-type-error">simple-type-error</A>
<A REL=DEFINITION HREF="a_bit.htm#bit">bit</A> <A REL=DEFINITION HREF="t_short_.htm#long-float">long-float</A> <A REL=DEFINITION HREF="t_smp_ve.htm#simple-vector">simple-vector</A>
<A REL=DEFINITION HREF="t_bt_vec.htm#bit-vector">bit-vector</A> <A REL=DEFINITION HREF="a_member.htm#member">member</A> <A REL=DEFINITION HREF="e_smp_wa.htm#simple-warning">simple-warning</A>
<A REL=DEFINITION HREF="t_broadc.htm#broadcast-stream">broadcast-stream</A> <A REL=DEFINITION HREF="t_method.htm#method">method</A> <A REL=DEFINITION HREF="t_short_.htm#single-float">single-float</A>
<A REL=DEFINITION HREF="t_built_.htm#built-in-class">built-in-class</A> <A REL=DEFINITION HREF="a_method.htm#method-combination">method-combination</A> <A REL=DEFINITION HREF="t_std_ch.htm#standard-char">standard-char</A>
<A REL=DEFINITION HREF="e_cell_e.htm#cell-error">cell-error</A> <A REL=DEFINITION HREF="a_mod.htm#mod">mod</A> <A REL=DEFINITION HREF="t_std_cl.htm#standard-class">standard-class</A>
<A REL=DEFINITION HREF="a_ch.htm#character">character</A> <A REL=DEFINITION HREF="a_nil.htm#nil">nil</A> <A REL=DEFINITION HREF="t_std_ge.htm#standard-generic-function">standard-generic-function</A>
<A REL=DEFINITION HREF="t_class.htm#class">class</A> <A REL=DEFINITION HREF="a_not.htm#not">not</A> <A REL=DEFINITION HREF="t_std_me.htm#standard-method">standard-method</A>
<A REL=DEFINITION HREF="t_cmpd_f.htm#compiled-function">compiled-function</A> <A REL=DEFINITION HREF="a_null.htm#null">null</A> <A REL=DEFINITION HREF="t_std_ob.htm#standard-object">standard-object</A>
<A REL=DEFINITION HREF="a_comple.htm#complex">complex</A> <A REL=DEFINITION HREF="t_number.htm#number">number</A> <A REL=DEFINITION HREF="e_storag.htm#storage-condition">storage-condition</A>
<A REL=DEFINITION HREF="t_concat.htm#concatenated-stream">concatenated-stream</A> <A REL=DEFINITION HREF="a_or.htm#or">or</A> <A REL=DEFINITION HREF="t_stream.htm#stream">stream</A>
<A REL=DEFINITION HREF="e_cnd.htm#condition">condition</A> <A REL=DEFINITION HREF="t_pkg.htm#package">package</A> <A REL=DEFINITION HREF="e_stm_er.htm#stream-error">stream-error</A>
<A REL=DEFINITION HREF="a_cons.htm#cons">cons</A> <A REL=DEFINITION HREF="e_pkg_er.htm#package-error">package-error</A> <A REL=DEFINITION HREF="a_string.htm#string">string</A>
<A REL=DEFINITION HREF="e_contro.htm#control-error">control-error</A> <A REL=DEFINITION HREF="e_parse_.htm#parse-error">parse-error</A> <A REL=DEFINITION HREF="t_stg_st.htm#string-stream">string-stream</A>
<A REL=DEFINITION HREF="e_divisi.htm#division-by-zero">division-by-zero</A> <A REL=DEFINITION HREF="a_pn.htm#pathname">pathname</A> <A REL=DEFINITION HREF="t_stu_cl.htm#structure-class">structure-class</A>
<A REL=DEFINITION HREF="t_short_.htm#double-float">double-float</A> <A REL=DEFINITION HREF="e_pr_not.htm#print-not-readable">print-not-readable</A> <A REL=DEFINITION HREF="t_stu_ob.htm#structure-object">structure-object</A>
<A REL=DEFINITION HREF="t_echo_s.htm#echo-stream">echo-stream</A> <A REL=DEFINITION HREF="e_progra.htm#program-error">program-error</A> <A REL=DEFINITION HREF="e_style_.htm#style-warning">style-warning</A>
<A REL=DEFINITION HREF="e_end_of.htm#end-of-file">end-of-file</A> <A REL=DEFINITION HREF="t_rnd_st.htm#random-state">random-state</A> <A REL=DEFINITION HREF="t_symbol.htm#symbol">symbol</A>
<A REL=DEFINITION HREF="a_eql.htm#eql">eql</A> <A REL=DEFINITION HREF="t_ratio.htm#ratio">ratio</A> <A REL=DEFINITION HREF="t_syn_st.htm#synonym-stream">synonym-stream</A>
<A REL=DEFINITION HREF="a_error.htm#error">error</A> <A REL=DEFINITION HREF="a_ration.htm#rational">rational</A> <A REL=DEFINITION HREF="a_t.htm#t">t</A>
<A REL=DEFINITION HREF="t_extend.htm#extended-char">extended-char</A> <A REL=DEFINITION HREF="e_rder_e.htm#reader-error">reader-error</A> <A REL=DEFINITION HREF="t_two_wa.htm#two-way-stream">two-way-stream</A>
<A REL=DEFINITION HREF="e_file_e.htm#file-error">file-error</A> <A REL=DEFINITION HREF="t_rdtabl.htm#readtable">readtable</A> <A REL=DEFINITION HREF="e_tp_err.htm#type-error">type-error</A>
<A REL=DEFINITION HREF="t_file_s.htm#file-stream">file-stream</A> <A REL=DEFINITION HREF="t_real.htm#real">real</A> <A REL=DEFINITION HREF="e_unboun.htm#unbound-slot">unbound-slot</A>
<A REL=DEFINITION HREF="t_fixnum.htm#fixnum">fixnum</A> <A REL=DEFINITION HREF="t_rst.htm#restart">restart</A> <A REL=DEFINITION HREF="e_unbo_1.htm#unbound-variable">unbound-variable</A>
<A REL=DEFINITION HREF="a_float.htm#float">float</A> <A REL=DEFINITION HREF="t_satisf.htm#satisfies">satisfies</A> <A REL=DEFINITION HREF="e_undefi.htm#undefined-function">undefined-function</A>
<A REL=DEFINITION HREF="e_floa_1.htm#floating-point-inexact">floating-point-inexact</A> <A REL=DEFINITION HREF="t_seq.htm#sequence">sequence</A> <A REL=DEFINITION HREF="t_unsgn_.htm#unsigned-byte">unsigned-byte</A>
<A REL=DEFINITION HREF="e_floati.htm#floating-point-invalid-operation">floating-point-invalid-operation</A> <A REL=DEFINITION HREF="e_seriou.htm#serious-condition">serious-condition</A> <A REL=DEFINITION HREF="a_values.htm#values">values</A>
<A REL=DEFINITION HREF="e_floa_2.htm#floating-point-overflow">floating-point-overflow</A> <A REL=DEFINITION HREF="t_short_.htm#short-float">short-float</A> <A REL=DEFINITION HREF="a_vector.htm#vector">vector</A>
<A REL=DEFINITION HREF="e_floa_3.htm#floating-point-underflow">floating-point-underflow</A> <A REL=DEFINITION HREF="t_sgn_by.htm#signed-byte">signed-byte</A> <A REL=DEFINITION HREF="e_warnin.htm#warning">warning</A>
</PRE>
<P><B>Figure 4-6. Standardized Type Specifier Names</B></A> <P>
<P><HR>The following <A REL=META HREF="../Front/X3J13Iss.htm">X3J13 cleanup issues</A>, <I>not part of the specification</I>, apply to this section:<P><UL><LI> <A REL=CHILD HREF="../Issues/iss290.htm">REAL-NUMBER-TYPE:X3J13-MAR-89</A><LI> <A REL=CHILD HREF="../Issues/iss327.htm">STREAM-ACCESS:ADD-TYPES-ACCESSORS</A><LI> <A REL=CHILD HREF="../Issues/iss046.htm">CHARACTER-VS-CHAR:LESS-INCONSISTENT-SHORT</A><LI> <A REL=CHILD HREF="../Issues/iss015.htm">ARRAY-TYPE-ELEMENT-TYPE-SEMANTICS:UNIFY-UPGRADING</A><P></UL><HR>
<A REL=NAVIGATOR HREF="../Front/StartPts.htm"><IMG WIDTH=80 HEIGHT=40 ALT="[Starting Points]" SRC="../Graphics/StartPts.gif" ALIGN=Bottom></A><A REL=TOC HREF="../Front/Contents.htm"><IMG WIDTH=80 HEIGHT=40 ALT="[Contents]" SRC="../Graphics/Contents.gif" ALIGN=Bottom></A><A REL=INDEX HREF="../Front/X_Master.htm"><IMG WIDTH=80 HEIGHT=40 ALT="[Index]" SRC="../Graphics/Index.gif" ALIGN=Bottom></A><A REL=INDEX HREF="../Front/X_Symbol.htm"><IMG WIDTH=80 HEIGHT=40 ALT="[Symbols]" SRC="../Graphics/Symbols.gif" ALIGN=Bottom></A><A REL=GLOSSARY HREF="../Body/26_a.htm"><IMG WIDTH=80 HEIGHT=40 ALT="[Glossary]" SRC="../Graphics/Glossary.gif" ALIGN=Bottom></A><A HREF="../Front/X3J13Iss.htm"><IMG WIDTH=80 HEIGHT=40 ALT="[Issues]" SRC="../Graphics/Issues.gif" ALIGN=Bottom></A><BR>
<A REL=COPYRIGHT HREF="../Front/Help.htm#Legal"><I>Copyright 1996-2005, LispWorks Ltd. All rights reserved.</I></A><P>
</BODY>
</HTML>