From d71bb3c34911986eecdba416c07fda673eca042a Mon Sep 17 00:00:00 2001 From: Alex Mason Date: Tue, 7 May 2024 22:58:22 +1000 Subject: [PATCH] Add changelog entry --- changelog/2024-05-07T22_51_59+10_00_add_vec_complete_pragma | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/2024-05-07T22_51_59+10_00_add_vec_complete_pragma 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.