diff options
| author | coqbot-app[bot] | 2021-01-01 19:06:50 +0000 |
|---|---|---|
| committer | GitHub | 2021-01-01 19:06:50 +0000 |
| commit | 66e24a2365b235bd35cbba71adce30dccea60b55 (patch) | |
| tree | 6af6efaaefddf7d3ce6a73d1899c421f566289ec /doc/sphinx/language/extensions/implicit-arguments.rst | |
| parent | 6e18c48238edea6f69a2f96b58acd368bf8cc258 (diff) | |
| parent | e02120ed6580733db2276f0c11b4f432ea670ee3 (diff) | |
Merge PR #13470: Convert rewriting and proof-mode chapters to prodn
Reviewed-by: Zimmi48
Ack-by: JasonGross
Diffstat (limited to 'doc/sphinx/language/extensions/implicit-arguments.rst')
| -rw-r--r-- | doc/sphinx/language/extensions/implicit-arguments.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/sphinx/language/extensions/implicit-arguments.rst b/doc/sphinx/language/extensions/implicit-arguments.rst index 23ba5f703a..765d04ec88 100644 --- a/doc/sphinx/language/extensions/implicit-arguments.rst +++ b/doc/sphinx/language/extensions/implicit-arguments.rst @@ -66,7 +66,7 @@ would be a solution of the inference problem. **Contextual Implicit Arguments** An implicit argument can be *contextual* or not. An implicit argument -is said *contextual* if it can be inferred only from the knowledge of +is said to be *contextual* if it can be inferred only from the knowledge of the type of the context of the current expression. For instance, the only argument of:: @@ -384,7 +384,7 @@ Displaying implicit arguments when pretty-printing .. flag:: Printing Implicit - By default, the basic pretty-printing rules hide the inferrable implicit + By default, the basic pretty-printing rules hide the inferable implicit arguments of an application. Turn this flag on to force printing all implicit arguments. @@ -506,7 +506,7 @@ or :g:`m` to the type :g:`nat` of natural numbers). .. flag:: Printing Use Implicit Types By default, the type of bound variables is not printed when - the variable name is associated to an implicit type which matches the + the variable name is associated with an implicit type which matches the actual type of the variable. This feature can be deactivated by turning this flag off. |
