# HG changeset patch # User wenzelm # Date 1212575366 -7200 # Node ID 449742f8a36fa5fe6f1eb52c65b048383f64372b # Parent 051a88965e50a1350c0a871680237da16a6d1498 replaced strange \: by \colon to make it work again on macbroy20-29; diff -r 051a88965e50 -r 449742f8a36f doc-src/Locales/Locales/Examples3.thy --- a/doc-src/Locales/Locales/Examples3.thy Tue Jun 03 23:47:13 2008 +0200 +++ b/doc-src/Locales/Locales/Examples3.thy Wed Jun 04 12:29:26 2008 +0200 @@ -258,7 +258,7 @@ \emph{locale expression}. Locale expressions enable to combine locales and rename parameters. A locale name is a locale expression. If $e_1$ and $e_2$ are locale expressions then $e_1 + e_2$ is their - \emph{merge}. If $e$ is an expression, then $e\:q_1 \ldots q_n$ is + \emph{merge}. If $e$ is an expression, then $e\colon q_1 \ldots q_n$ is a \emph{renamed expression} where the parameters in $e$ are renamed to $q_1 \ldots q_n$. Using a locale expression, a locale for order preserving maps can be declared in the following way. *}