diff options
Diffstat (limited to 'docs/users_guide/glossary.rst')
-rw-r--r-- | docs/users_guide/glossary.rst | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/docs/users_guide/glossary.rst b/docs/users_guide/glossary.rst index 60772e9cf1..a009c84d55 100644 --- a/docs/users_guide/glossary.rst +++ b/docs/users_guide/glossary.rst @@ -1,12 +1,13 @@ Glossary ======== -technology preview:: +.. glossary:: + technology preview - GHC will occassionally ship features advertised as being in a *technology - preview* state. Such features are generally opt-in in nature (e.g. new - language extensions) and may have various shortcomings. These may include - known bugs (which we will try to document), lacking optimisation, and - unhandled interactions with other language features. As such, behavior - of such features may change in the future. However, we do expect features - to converge to non-preview state over the course of a few GHC major releases. + GHC will occassionally ship features advertised as being in a *technology + preview* state. Such features are generally opt-in in nature (e.g. new + language extensions) and may have various shortcomings. These may include + known bugs (which we will try to document), lacking optimisation, and + unhandled interactions with other language features. As such, behavior + of such features may change in the future. However, we do expect features + to converge to non-preview state over the course of a few GHC major releases. |