;; literal match (define pat1 (match '(a (b c) d))) (println 'pat1: (pat1 '(a (b c) d))) ;; NIL is a successful match with no named variables present