Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid -Wincomplete-uni-patterns in generated splices
Resolves warnings coming from TH splices, like ```haskell src/Ivory/Compile/C/Gen.hs:314:25: warning: [GHC-62161] [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type ‘C.Type’ not matched: C.AntiType _ _ C.Type (C.AntiDeclSpec _ _) _ _ C.Type (C.AntiTypeDeclSpec _ _ _ _) _ _ | 314 | [C.BlockStm [cstm| for( $ty:(toType ty) $id:(toVar var) ```
- Loading branch information