This allows (instance? cljs.core/Cons x) to work in Scittle code.
The Cons type exists in the compiled ClojureScript runtime but was not
exposed by name in SCI's symbol table. Libraries like Trove need this
for type checking in their const-form? function.