- Update
IsMember
to show a nice custom type error. Thanks @chshersh! [#5]
- Add the functions
relaxOpenUnion
andrelaxUnion
for being able to add additional types to anOpenUnion
. [#3] - Add the functions
openUnionRemove
,unionRemove
,openUnionHandle
, andunionHandle
for being able to pull individual types out of anOpenUnion
. [#3]
- Initial release.