Closed afsalthaj closed 1 month ago
Currently variants, option, some, none, ok, and err, enums are supported, but not record for example. With the change, the following should be supported
record
match {foo: "bar"} {foo: b}
Currently variants, option, some, none, ok, and err, enums are supported, but not
record
for example. With the change, the following should be supported