Skip to content
Snippets Groups Projects
Commit aef16567 authored by ptrcarta's avatar ptrcarta
Browse files

documetation bug about the type of body expression

`body` doesn't need to be a Boolean expression
parent 66450780
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ the following for any number of parameters):
} ensuring(r => post)
where, :math:`\mbox{prec}(x)` is a Boolean expression with free variables
contained in :math:`\{ x \}`, :math:`\mbox{body}(x)` is a Boolean expression with
contained in :math:`\{ x \}`, :math:`\mbox{body}(x)` is an expression with
free variables contained in :math:`\{ x \}` and :math:`\mbox{post}(x, r)` is a
Boolean expression with free variables contained in :math:`\{ x, r \}`. The
types of :math:`x` and :math:`r` are respectively ``A`` and ``B``. We write
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment