Skip to content

Instantly share code, notes, and snippets.

@noughtmare
Created March 22, 2022 10:34
Show Gist options
  • Save noughtmare/d516ba3f6679fc50ce477ee6c43c4fda to your computer and use it in GitHub Desktop.
Save noughtmare/d516ba3f6679fc50ce477ee6c43c4fda to your computer and use it in GitHub Desktop.
A regular expression for finding occurrences of type applications in Haskell code.
^[^-]*(-[^-]+)*(-|[^A-Za-z])either @[(A-Za-z][^@ )]*[ )]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment