dhall-golang
dhall-golang copied to clipboard
Better support for union values
Currently, there is no way for a user to unpack a value of union type from a Value.
This also means there's no way to unmarshal a union value into a go data structure.
Yep, just ran into this. unionVal isn't exported, so there's nothing I can do if Eval returns it.