Skip to content
Snippets Groups Projects
Commit 1ca0a557 authored by Raymond Toy's avatar Raymond Toy
Browse files

Fix #4: ELT signals error on invalid index on lists

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.
parent b096e8dd
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment