Closed Akuli closed 3 years ago
fixes #188
When the union contains Str, print it without quoting it (i.e. without calling its .to_string() method), but otherwise just call .to_string()
Str
.to_string()
In union to_string(), don't confusingly include the name of the union type
to_string()
fixes #188
When the union contains
Str
, print it without quoting it (i.e. without calling its.to_string()
method), but otherwise just call.to_string()
In union
to_string()
, don't confusingly include the name of the union type