Skip to content

Commit bb9e800

Browse files
authored
remove "experimental syntax" box for type unions
1 parent 299d87a commit bb9e800

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

docs/language/ql-handbook/types.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -485,11 +485,6 @@ program, so it's helpful to extend a new type (namely ``TTaintType``)::
485485
Type unions
486486
***********
487487

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-
493488
Type unions are user-defined types that are declared with the keyword ``class``.
494489
The syntax resembles :ref:`type aliases <type-aliases>`, but with two or more type expressions on the right-hand side.
495490

0 commit comments

Comments
 (0)