dragonwasrobot / learn-prolog-now-exercises

My solutions to the exercises and practical sessions of the book 'Learn Prolog Now!' by Patrick Blackburn, Johan Bos, and Kristina Striegnitz.
288 stars 81 forks source link

Corrections to answers in Exercise 1.2 #8

Closed laurmurclar closed 9 years ago

laurmurclar commented 9 years ago

Changed 'neither' to 'not a term'. Line 34 is not a variable since variables cannot contain parenthesis. Line 36 is not a complex term since the arguments are not separated by commas.