Fix make-sequence type derivation with unknown types.
commit405aee8eaba55fffcf1ac2a7c74a6be4d9e63ef1
authorStas Boukarev <stassats@gmail.com>
Wed, 30 Mar 2016 18:38:34 +0000 (30 21:38 +0300)
committerStas Boukarev <stassats@gmail.com>
Thu, 31 Mar 2016 10:31:05 +0000 (31 13:31 +0300)
tree16d2dba3dd9f25ed3d04bb60a162de6730d82dfa
parentb911cdc2080a7a16d5537d959728f0c250fa3f4e
Fix make-sequence type derivation with unknown types.

Unknown element-type in make-sequence got upgraded to T, which might
be not true once the type is defined at run-time.
src/compiler/knownfun.lisp
tests/compiler.impure.lisp