Skip to content
  • Raymond Toy's avatar
    Fix #4: ELT signals error on invalid index on lists · 1ca0a557
    Raymond Toy authored
    code/seq.lisp:
    o Define internal LIST-ELT* function that executes ELT on lists,
      signaling an error if the index is invalid.
    
    compiler/seqtran.lisp:
    o Change the deftransform for ELT to use LIST-ELT* instead of NTH.
    
    tests/issues.lisp:
    o Add test for this issue.
    1ca0a557