Skip to content

Commit

Permalink
pred_set: fixed spaces in PDF manual
Browse files Browse the repository at this point in the history
  • Loading branch information
ptroja committed Sep 4, 2014
1 parent 3ce2c33 commit cd6153e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pred_set/Manual/description.tex
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ \section{Generalized set specifications}
GSPEC : (** -> (* # bool)) -> * -> bool
\end{verbatim}\end{hol}

\noindent The function \ml{GSPEC} takes a function \ml{f : ** -> (* \# bool)}
\noindent The function \ml{GSPEC} takes a function \ml{f :\ ** -> (* \# bool)}
and constructs the set (i.e. predicate of type {\small\verb!*->bool!}) of all
values \ml{FST(f x)} for which \ml{SND(f x)} holds, for some value \ml{x} of
type \ml{**}. The formal definition of the constant \ml{GSPEC} is given by the
Expand Down Expand Up @@ -258,7 +258,7 @@ \subsection{Theorem-proving support}
\noindent This states that $t$ is an element of the set of all $v$ such that
$P$ exactly when $P[t/v]$ holds. Note that, in general, the term $t$ need not
be a variable. The following session illustrates this use of
\ml{SET\_SPEC\_CONV} for membership{\samepage in a particular set abstraction:
\ml{SET\_SPEC\_CONV} for membership {\samepage in a particular set abstraction:

\setcounter{sessioncount}{1}
\begin{session}\begin{verbatim}
Expand Down

0 comments on commit cd6153e

Please sign in to comment.