Closed spaceotter closed 9 years ago
Maybe I'm missing something... CL-USER> (optima:match 1 ((guard x (eql x 1)) t)) ; Evaluation aborted on #<SIMPLE-ERROR "Non-linear pattern: ~S" {1007CCFA43}>.
CL-USER> (optima:match 1 ((guard x (eql x 1)) t)) ; Evaluation aborted on #<SIMPLE-ERROR "Non-linear pattern: ~S" {1007CCFA43}>.
Maybe guard is missing and should be optima:guard here.
guard
optima:guard
Sorry, I'm still new at lisp... I need to use-package.
Maybe I'm missing something...
CL-USER> (optima:match 1 ((guard x (eql x 1)) t)) ; Evaluation aborted on #<SIMPLE-ERROR "Non-linear pattern: ~S" {1007CCFA43}>.