m2ym / optima

Optimized Pattern Matching Library for Common Lisp
271 stars 19 forks source link

Convert (not (or ...)) to (and (not ...) ...)? #78

Open m2ym opened 11 years ago

guicho271828 commented 8 years ago

Trivia implements and patterns as a combination of guard1 and or1 patterns. https://github.com/guicho271828/trivia/blob/master/level2/derived.lisp#L3