plait icon indicating copy to clipboard operation
plait copied to clipboard

`BOOLEAN as a pattern in s-exp-match?

Open ProfessorO opened this issue 4 years ago • 0 comments

It would be nice to have `BOOLEAN match Boolean values in the s-exp-match? patterns. That would complete the collection of built-in-types that can easily be matched.

> (s-exp-match? `BOOLEAN `#t)
- Boolean
#f

Should return #t instead.

Possibly related to #8.

ProfessorO avatar Feb 07 '20 18:02 ProfessorO