When loading a compiled system I get this error:

The value #<EQ HASH-TABLE 0 entries, 11 buckets {D1C99EA}> is not of type :HASH-TABLE.
   [Condition of type SIMPLE-TYPE-ERROR]


and yet that clearly is a hash-table.  If I do type-of on that item it returns HASH-TABLE.
I was wondering if there was anything special about hashtables in abcl I need to know.

Thanks,
Pete