aboutsummaryrefslogtreecommitdiff
path: root/language_description.md
diff options
context:
space:
mode:
Diffstat (limited to 'language_description.md')
-rw-r--r--language_description.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/language_description.md b/language_description.md
index fb77a16..cdb084b 100644
--- a/language_description.md
+++ b/language_description.md
@@ -144,3 +144,4 @@ operation and has not been handled at an inner `on_overflow`.
9. Void pointers of varying depth (such as `void **`) can be implicitly casted
to pointers of the same or deeper depth (such as `void **` -> `int ***`,
but not `void **` -> `int *`).
+10. There is language-level support for tagged unions.