diff options
| author | Théo Zimmermann | 2020-10-05 14:51:48 +0200 |
|---|---|---|
| committer | Théo Zimmermann | 2020-10-05 14:52:23 +0200 |
| commit | 753a0fd0e249fdadd49cf32e88fb65b7923f5cd4 (patch) | |
| tree | fe8e619c19a25e7e3252397266cee7bb51a711c8 /doc/sphinx/language/core | |
| parent | 6d3a9220204de22e0b81dc961d2eb269128b5c2e (diff) | |
Document the removal of forward class hints.
Diffstat (limited to 'doc/sphinx/language/core')
| -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 |
