Closed jwhb closed 1 month ago
Introducing non-exhaustive mark to Statement enum avoids future breaking changes when statements are added by forcing users to add a wildcard arm to match on statement.
non-exhaustive
Statement
Proposed in #70.
Introducing
non-exhaustive
mark toStatement
enum avoids future breaking changes when statements are added by forcing users to add a wildcard arm to match on statement.Proposed in #70.