Non-linear patterns Marc Nieper-WiÃkirchen 25 Aug 2020 09:25 UTC
What is the expected value of the following expression?
(match '(1 2)
((x ... x) x)
(_ #f))
I would have thought that the value is #f because x cannot both be the
list (1) and 2. The implementation, however, yields 2.