diff --git a/docs/chapter8.md b/docs/chapter8.md index 8336f72..a214364 100644 --- a/docs/chapter8.md +++ b/docs/chapter8.md @@ -967,7 +967,7 @@ For example, (true and x = x) (false and x = false) (true or x = true) -(false or x = false) +(false or x = x) ``` **Exercise 8.8 [m]** The simplification rule `(x / 0 = undefined)` is necessary to avoid problems with division by zero, but the treatment of `undefined` is inadequate.