Created
March 19, 2025 14:33
-
-
Save mpickering/4a233667bf13d9f0e4bd4abb37e8c8a6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:set -XPatternSynonyms | |
:set -Wall -Werror | |
pattern P = 5 | |
f P = 5 | |
{-# COMPLETE P #-} | |
x P = 5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment