( (eql pattern input bindings ((segment-pattern-p pattern) (segment-matcher p a t t e r n i n...
Question:
( (eql pattern input bindings
((segment-pattern-p pattern)
(segment-matcher p a t t e r n i n p u t bindings))
( ( s i n g l e - p a t t e r n - p pattern) . , ***
(single-matcher p a t t e r n i n p u t bindings)) ; ***
((and (consp pattern) (consp i n p u t ) )
(pat-match ( r e s t pattern) ( r e s t input)
(pat-match ( f i r s t pattern) ( f i r s t input)
b i n d i n g s ) ) )
(t f a i l ) ) )
Fantastic news! We've Found the answer you've been seeking!
Step by Step Answer:
Related Book For
Paradigms Of Artificial Intelligence Programming Case Studies In Common Lisp
ISBN: 9781558601918
1st Edition
Authors: Peter Norvig
Question Posted: