Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
List can't be Tuple
We can't afford to have WHICH based on all the elements of List, for two reasons: it's slow, and its .elems is forcing eagerness that causes the self-reference check to bring on heat-death of the universe.
- Loading branch information