We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 299d87a commit bb9e800Copy full SHA for bb9e800
docs/language/ql-handbook/types.rst
@@ -485,11 +485,6 @@ program, so it's helpful to extend a new type (namely ``TTaintType``)::
485
Type unions
486
***********
487
488
-.. note::
489
- The syntax for type unions is considered experimental and is subject to change.
490
- However, type unions appear in the `standard QL libraries <https://github.com/github/codeql>`__.
491
- The following sections should help you understand those examples.
492
-
493
Type unions are user-defined types that are declared with the keyword ``class``.
494
The syntax resembles :ref:`type aliases <type-aliases>`, but with two or more type expressions on the right-hand side.
495
0 commit comments