diff options
author | Maxime Dénès <mail@maximedenes.fr> | 2015-12-14 15:16:35 +0100 |
---|---|---|
committer | Maxime Dénès <mail@maximedenes.fr> | 2015-12-14 15:16:35 +0100 |
commit | 78c2ebe640e86e7357982e6e07b8121111a51fcc (patch) | |
tree | 059a08b671fd947a9adf612b6071f117c7931f36 /doc | |
parent | fa08993b9330623c8cb259ac8ebff93ecce9c2f6 (diff) |
Remove a mention of Set Virtual Machine in doc.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/refman/RefMan-gal.tex | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/refman/RefMan-gal.tex b/doc/refman/RefMan-gal.tex index 0e758bcab..fcccd9cb4 100644 --- a/doc/refman/RefMan-gal.tex +++ b/doc/refman/RefMan-gal.tex @@ -496,9 +496,8 @@ arguments is used for making explicit the value of implicit arguments The expression ``{\term}~{\tt :}~{\type}'' is a type cast expression. It enforces the type of {\term} to be {\type}. -``{\term}~{\tt <:}~{\type}'' locally sets up the virtual machine (as if option -{\tt Virtual Machine} were on, see \ref{SetVirtualMachine}) for checking that -{\term} has type {\type}. +``{\term}~{\tt <:}~{\type}'' locally sets up the virtual machine for checking +that {\term} has type {\type}. \subsection{Inferable subterms \label{hole} |