diff options
| author | coqbot-app[bot] | 2020-10-06 18:38:18 +0000 |
|---|---|---|
| committer | GitHub | 2020-10-06 18:38:18 +0000 |
| commit | bd57c1a48cca55be374e597e2d89fe619a39c26e (patch) | |
| tree | fe8e619c19a25e7e3252397266cee7bb51a711c8 /doc/sphinx | |
| parent | 6d3a9220204de22e0b81dc961d2eb269128b5c2e (diff) | |
| parent | 753a0fd0e249fdadd49cf32e88fb65b7923f5cd4 (diff) | |
Merge PR #13141: Document the removal of forward class hints.
Reviewed-by: jfehrle
Ack-by: ppedrot
Diffstat (limited to 'doc/sphinx')
| -rw-r--r-- | doc/sphinx/language/core/assumptions.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sphinx/language/core/assumptions.rst b/doc/sphinx/language/core/assumptions.rst index fe10e345cd..41e1c30f0d 100644 --- a/doc/sphinx/language/core/assumptions.rst +++ b/doc/sphinx/language/core/assumptions.rst @@ -138,7 +138,7 @@ has type :n:`@type`. | {| Variable | Variables } assumpt ::= {+ @ident_decl } @of_type ident_decl ::= @ident {? @univ_decl } - of_type ::= {| : | :> | :>> } @type + of_type ::= {| : | :> } @type These commands bind one or more :n:`@ident`\(s) to specified :n:`@type`\(s) as their specifications in the global context. The fact asserted by the :n:`@type` (or, equivalently, the existence |
