guicho271828 / trivia

Pattern Matcher Compatible with Optima
Other
332 stars 22 forks source link

inline-pattern-expand confused when the pattern contains non-pattern forms #21

Closed guicho271828 closed 8 years ago

guicho271828 commented 8 years ago

(inline-pattern-expand '(guard x (let ((y 1)) (= x y)))) recurse into let form and see ((y 1)), which is malformed if treated as a pattern.