golemcloud / golem

Golem is an open source durable computing platform that makes it easy to build and deploy highly reliable distributed systems.
https://learn.golem.cloud/
Apache License 2.0
530 stars 59 forks source link

Rib Robustness: Support pattern match for all types #954

Closed afsalthaj closed 1 month ago

afsalthaj commented 2 months 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

match {foo: "bar"} {foo: b}