Closed ghost closed 8 years ago
Currently, the property pattern returns the default if getf returns null, even if the value under the property is explicitly 'nil'.
(match '(:export nil) ((property :export export 1) export)) => 1
This patch fixes this bug.
thanks, nice point!
Currently, the property pattern returns the default if getf returns null, even if the value under the property is explicitly 'nil'.
This patch fixes this bug.