Skip to content
  • Daniel Kochmański's avatar
    seq: remove bogus check-type's · baaab018
    Daniel Kochmański authored
    We assume, that *our* make-vector will return vector of correct
    length, no need to revalidate that. Also these checks are bogus and
    never could have worked, because type specifiers were malformed.
    
    Preserving the checks would require making coerce-to-vector a macro,
    which expands typespecifier. Fixes #400.
    baaab018