Closed Vaguery closed 6 years ago
Either the instruction that checks whether the :interval stack is empty, or the instruction that checks whether a particular :interval item is empty is broken, because they have the same name.
:interval
Changed to :interval-emptyset? throughout (and also renamed the helper function for the :interval type)
:interval-emptyset?
Fixed in b99cb02
Either the instruction that checks whether the
:interval
stack is empty, or the instruction that checks whether a particular:interval
item is empty is broken, because they have the same name.