\begin{flushleft}
\hrulefill

\vspace*{-4mm}

\begin{alltt}
STk> (define v3 (vector-copy v)){\em{

*** Error:
vector-copy: bad vector: \#[\(<\)array\(<\)int*\(>\)\(>\) \#p50aedc]} }
\end{alltt}
\begin{alltt}
STk> (describe v3){\em{

*** Error:
unbound variable: v3} }
\end{alltt}
\begin{alltt}
STk> (define v3 (vector-int v)){\em{
\#[undefined]} }
\end{alltt}
\begin{alltt}
STk> (describe v3){\em{
\#[\(<\)array\(<\)int*\(>\)\(>\) \#p4f830c] is an instance of class \(<\)array\(<\)int*\(>\)\(>\)
Slots are: 
     val = []
\#f} }
\end{alltt}

\vspace*{-5mm}

\hrulefill
\end{flushleft}
