Is it feasible to qualify imports from Prelude? #127
Labels
feature request
help wanted
re: qualified imports
Generated code should import qualified to not clash with user definitions
Problem
I happen to use Alex in a context where I have a custom
Prelude
and alsowarnings enabled for the use of
undefined
and to top things off I use--pedantic
when compiling on CI.So basically its a bit inconvenient.
My question therefore is would it not be better perhaps to only use fully
qualified imports and fully qualified names in the templates/lexers to avoid
potential clashes with user imports/defines?
Solution
Because this is a very minor issue I'd happily take it upon myself to
"implement" it, so long as there are no objections.
The text was updated successfully, but these errors were encountered: