optima
optima copied to clipboard
Convert (not (or ...)) to (and (not ...) ...)?
Trivia implements and
patterns as a combination of guard1
and or1
patterns.
https://github.com/guicho271828/trivia/blob/master/level2/derived.lisp#L3