Last active
July 1, 2022 11:13
-
-
Save atondwal/ee869b951b5cf9b6653f7deda0b7dbd8 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It might be interesting not to look at the % of files using a given pragma, but the % of projects using a given pragma: it might be that only certain files in a project use the pragma, but to work on the project you will sooner or later need to know that extension.
Also, you can define "always-on" extensions in your cabal file. This is used extensively. So the number of .hs files that use/need an extension is much higher than those that declare it as a pragma in the file itself.