-
Notifications
You must be signed in to change notification settings - Fork 78
Union documentation lacks clarity #642
Copy link
Copy link
Closed
Labels
Description
Current documentation doesn't clearly specify that a leaf of type union can have one of several types. Currently, the types are listed, but are not clearly indicated as a union. Furthermore, some types are not documented correctly (e.g. identities). Here's an example:
Note that in this particular case, the leaf is not only a union, but one of the member of the union is a union itself. So the documentation should be able to either flatten the type options or clearly indicate the hierarchy of types possible.
Reactions are currently unavailable
