Updated shorthand notation.

This commit is contained in:
Achim D. Brucker 2018-06-17 22:57:09 +01:00
parent 2577669f5f
commit 40082ac32b
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ older versions might be available on a dedicated branch.
* [hiding_type_variables.thy](hiding_type_variables.thy) provides
print a setup for defining default type variables of type
constructors. The default type variables can be hidden in output,
e.g., `('a, 'b, 'c) foo` is shown as `_ foo`. This shorthand
e.g., `('a, 'b, 'c) foo` is shown as `__ foo`. This shorthand
notation can also be used in input (using a parse translation),
which (sometimes) helps to focus on the important parts of complex
type declarations.