Remove todo on tagged union section

This commit is contained in:
Joshua Suskalo 2021-09-25 20:08:54 -05:00
parent 74960aab77
commit 8f9e875d63

View file

@ -372,7 +372,7 @@ function that takes a pointer exists, we could use this:
This function takes a scope and returns the deserialized vector, and it will This function takes a scope and returns the deserialized vector, and it will
free the pointer when the scope closes. free the pointer when the scope closes.
#### TODO Tagged Union #### Tagged Union
For the tagged union type, we will represent the value as a vector of a keyword For the tagged union type, we will represent the value as a vector of a keyword
naming the tag and the value. The type itself will need to take arguments, naming the tag and the value. The type itself will need to take arguments,
similar to `struct`. For example, if we were to represent a result type like in similar to `struct`. For example, if we were to represent a result type like in