diff --git a/changelog/2024-05-07T22_51_59+10_00_add_vec_complete_pragma b/changelog/2024-05-07T22_51_59+10_00_add_vec_complete_pragma new file mode 100644 index 0000000000..faba694a49 --- /dev/null +++ b/changelog/2024-05-07T22_51_59+10_00_add_vec_complete_pragma @@ -0,0 +1 @@ +ADDED: The Vec type now has a [COMPLETE pragma](https://ghc.gitlab.haskell.org/ghc/doc/users_guide/exts/pragmas.html#complete-pragma) to avoid incomplete pattern matches when using the `(:>)` pattern.