[m-dev.] trivial diff: fix metavariables in reference manual
Fergus Henderson
fjh at cs.mu.OZ.AU
Fri Jan 7 17:41:19 AEDT 2000
On 07-Jan-2000, Simon Taylor <stayl at cs.mu.OZ.AU> wrote:
>
> doc/reference_manual.texi:
> Fix meta-variables in the paragraph describing
> the `X `OP` Y' syntax.
...
> accents (backquotes). Any variable or name may
> be used as an operator in this way. If @var{fun} is a variable or name,
> -then a term of the form @code{x `fun` y} is equivalent to
> - at code{fun(x,y)}. The operator is treated as having the highest precedence
> -possible and is left associative.
> +then a term of the form @code{x `@var{fun}` y} is equivalent to
> + at code{@var{fun}(x,y)}. The operator is treated as having the highest
> +precedence possible and is left associative.
Why do you treat `fun' as a meta-variable but not `x' or `y'?
--
Fergus Henderson <fjh at cs.mu.oz.au> | "I have always known that the pursuit
WWW: <http://www.cs.mu.oz.au/~fjh> | of excellence is a lethal habit"
PGP: finger fjh at 128.250.37.3 | -- the last words of T. S. Garp.
--------------------------------------------------------------------------
mercury-developers mailing list
Post messages to: mercury-developers at cs.mu.oz.au
Administrative Queries: owner-mercury-developers at cs.mu.oz.au
Subscriptions: mercury-developers-request at cs.mu.oz.au
--------------------------------------------------------------------------
More information about the developers
mailing list