diff options
Diffstat (limited to 'docs/type_system/union.md')
| -rw-r--r-- | docs/type_system/union.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/type_system/union.md b/docs/type_system/union.md new file mode 100644 index 0000000..2fde486 --- /dev/null +++ b/docs/type_system/union.md @@ -0,0 +1,7 @@ +# Union + +--- + +```text +Union[TYPE.SYMBOL; ...] +``` |
