Skip to content

Instantly share code, notes, and snippets.

@mpickering
Created March 19, 2025 14:33
Show Gist options
  • Save mpickering/4a233667bf13d9f0e4bd4abb37e8c8a6 to your computer and use it in GitHub Desktop.
Save mpickering/4a233667bf13d9f0e4bd4abb37e8c8a6 to your computer and use it in GitHub Desktop.
: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