Skip to content

Commit

Permalink
Merge branch 'master' of github.com:swannodette/logic-tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
swannodette committed May 4, 2011
2 parents 8948087 + 336e6a9 commit 6783d7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ tut1=> (run* [q] (man q) (fun q))
(Bob)
```

There's a couple of new things going on here. We use <code>run*</code>. This means we want all the answers the computer can find. The question itself is formulated differently than before because we're asking who is a man *and* is fun. Enter in the following:
There's a couple of new things going on here. We use <code>run\*</code>. This means we want all the answers the computer can find. The question itself is formulated differently than before because we're asking who is a man *and* is fun. Enter in the following:

```clj
tut1=> (defrel woman x)
Expand Down Expand Up @@ -397,4 +397,4 @@ If you found this tutorial interesting and would like to learn more I recommend
* [The Reasoned Schemer](http://mitpress.mit.edu/catalog/item/default.asp?ttype=2&tid=10663)
* [Paradigms of Artificial Intelligence Programming](http://norvig.com/paip.html)
* [Prolog Programming For Artificial Intelligence](http://www.amazon.com/Prolog-Programming-Artificial-Intelligence-Bratko/dp/0201403757)
* [Concepts, Techniques, and Models of Computer Programming](http://www.info.ucl.ac.be/~pvr/book.html)
* [Concepts, Techniques, and Models of Computer Programming](http://www.info.ucl.ac.be/~pvr/book.html)

0 comments on commit 6783d7f

Please sign in to comment.