<< Prev | - Up - | Next >> |
Today's lecture has two main goals:
To discuss the idea of matching in Prolog, and to explain how Prolog matching differs from standard unification. Along the way, we'll introduce =
, the built-in Prolog predicate for matching.
To explain the search strategy Prolog uses when it tries to prove something.
<< Prev | - Up - | Next >> |