optima icon indicating copy to clipboard operation
optima copied to clipboard

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

Open m2ym opened this issue 11 years ago • 1 comments

m2ym avatar Apr 01 '13 15:04 m2ym

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

guicho271828 avatar Jul 19 '16 03:07 guicho271828