literals with polymorphic variants
samrushing opened this issue · 1 comments
samrushing commented
The new code that 'tries harder' to build literals has uncovered the fact that none of the literal constructors know how to build pvar literals.
samrushing commented
repro:
(list:cons (:tuple 3 4) (lit:nil))