Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
heapster-saw: Avoid -Woverlapping-patterns warning caught by GHC 9.6
`parseNamedShapeFromRustDecl` will produce an `-Woverlapping-patterns` warning with GHC 9.6 (but not in GHCi, see https://gitlab.haskell.org/ghc/ghc/-/issues/23915), but we can refactor the code slightly to avoid this issue.
- Loading branch information