Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
saw-script: Fix ambiguous occurrence of unzip function
`base-4.19.0.0` (GHC 9.8) adds `unzip` to `Data.Functor`, which clashes with the `unzip` function defined in `Data.List`. We resolve the ambiguity by using explicit imports from `Data.Functor` to avoid importing `Data.Functor.unzip`.
- Loading branch information